forked from qt-creator/qt-creator
CppTools: Move WorkingCopy to new cppworkingcopy.{h,cpp}
Change-Id: I447acf28849bffb52c1e6b6eafdde221ec0b179e Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
077bbf6803
commit
b8a6a4dd4e
@@ -32,6 +32,8 @@
|
||||
#include "cppqtstyleindenter.h"
|
||||
#include "cppcodeformatter.h"
|
||||
#include "cppmodelmanager.h"
|
||||
#include "cppworkingcopy.h"
|
||||
|
||||
#include <projectexplorer/editorconfiguration.h>
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
@@ -77,7 +79,7 @@ public:
|
||||
|
||||
Snapshot m_snapshot;
|
||||
CppModelManagerInterface *m_modelManager;
|
||||
CppModelManagerInterface::WorkingCopy m_workingCopy;
|
||||
WorkingCopy m_workingCopy;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user