Fixed member variable prefix to be in line with coding standards

This commit is contained in:
Thorbjørn Lindeijer
2009-03-18 12:18:59 +01:00
parent 1a775dd8ca
commit 93b3dda602
16 changed files with 190 additions and 191 deletions

View File

@@ -57,9 +57,9 @@ public:
void unregisterProject(GenericProject *project);
private:
int _projectContext;
int _projectLanguage;
QList<GenericProject *> _projects;
int m_projectContext;
int m_projectLanguage;
QList<GenericProject *> m_projects;
};
} // namespace Internal