From e468779febdc481c0e4626276303b63bbab503e9 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Mon, 12 Jul 2010 20:22:19 +0300 Subject: [PATCH] GUI: Don't mention auto-allocated classes even in comments. --- gui/projectfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/projectfile.h b/gui/projectfile.h index c5ca75685..afbcb8f85 100644 --- a/gui/projectfile.h +++ b/gui/projectfile.h @@ -31,7 +31,7 @@ /** * @brief A class that reads and writes (TODO) project files. * The project files contain project-specific settings for checking. For -* example a list of automatically deallocated classes. +* example a list of include paths. */ class ProjectFile : public QObject {