GUI: Don't mention auto-allocated classes even in comments.

This commit is contained in:
Kimmo Varis 2010-07-12 20:22:19 +03:00
parent bf1b49b370
commit e468779feb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
/** /**
* @brief A class that reads and writes (TODO) project files. * @brief A class that reads and writes (TODO) project files.
* The project files contain project-specific settings for checking. For * 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 class ProjectFile : public QObject
{ {