forked from qt-creator/qt-creator
CppTools: Change CppModelManager implementation pattern
Replace the CppModelManagerInterface/derived CppModelManager combo by a more common CppModelManager/CppModelManagerPrivate pimpl pattern. Change-Id: Ia4582845ed94d5ef60b8571bab9b2260c6290287 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#ifndef CPPTOOLSTESTCASE_H
|
||||
#define CPPTOOLSTESTCASE_H
|
||||
|
||||
#include "cppmodelmanagerinterface.h"
|
||||
#include "cppmodelmanager.h"
|
||||
#include "cpptools_global.h"
|
||||
|
||||
#include <coreplugin/editormanager/ieditor.h>
|
||||
@@ -88,7 +88,7 @@ public:
|
||||
static bool writeFile(const QString &filePath, const QByteArray &contents);
|
||||
|
||||
protected:
|
||||
CppModelManagerInterface *m_modelManager;
|
||||
CppModelManager *m_modelManager;
|
||||
bool m_succeededSoFar;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user