forked from qt-creator/qt-creator
Fixed member variable prefix to be in line with coding standards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user