C++: changed field names of the preprocessor.

Change-Id: I9b199df863b404e4cb2ce3c76c920b9010c09260
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Erik Verbruggen
2013-01-30 14:19:34 +01:00
committed by Nikolai Kosjar
parent 955bc3b98e
commit 0135609973
3 changed files with 14 additions and 14 deletions

View File

@@ -274,7 +274,7 @@ public:
{ return m_modelManager.data(); }
public: // attributes
CPlusPlus::Snapshot snapshot;
CPlusPlus::Snapshot m_snapshot;
protected:
CPlusPlus::Document::Ptr switchDocument(CPlusPlus::Document::Ptr doc);
@@ -304,8 +304,8 @@ protected:
private:
QPointer<CppModelManager> m_modelManager;
bool m_dumpFileNameWhileParsing;
CPlusPlus::Environment env;
CPlusPlus::Preprocessor preprocess;
CPlusPlus::Environment m_env;
CPlusPlus::Preprocessor m_preprocess;
QStringList m_includePaths;
CPlusPlus::CppModelManagerInterface::WorkingCopy m_workingCopy;
QStringList m_projectFiles;