forked from qt-creator/qt-creator
Fixed member variable prefix to be in line with coding standards
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
virtual void extensionsInitialized();
|
||||
|
||||
private:
|
||||
ProjectFilesFactory *_projectFilesEditorFactory;
|
||||
ProjectFilesFactory *m_projectFilesEditorFactory;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user