Removed the m_ prefix used in the public members of CompletionItem

This commit is contained in:
Roberto Raggi
2009-10-05 18:32:08 +02:00
parent 64710c2b6b
commit 2d51d0b633
7 changed files with 75 additions and 75 deletions

View File

@@ -151,7 +151,7 @@ private:
CppModelManager *m_manager;
Qt::CaseSensitivity m_caseSensitivity;
bool m_autoInsertBrackets;
bool awesome;
bool m_partialCompletionEnabled;
bool m_forcedCompletion;