forked from qt-creator/qt-creator
CppTools: Export ModelManagerTestHelper
Needed for tests in ClangCodeModel. Change-Id: I58bdb35811776751a95b5db198ea8d6cdb0cd6de Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -59,6 +59,9 @@ class WorkingCopy;
|
||||
namespace Internal {
|
||||
class CppSourceProcessor;
|
||||
class CppModelManagerPrivate;
|
||||
}
|
||||
|
||||
namespace Tests {
|
||||
class ModelManagerTestHelper;
|
||||
}
|
||||
|
||||
@@ -177,7 +180,7 @@ public slots:
|
||||
|
||||
private slots:
|
||||
// This should be executed in the GUI thread.
|
||||
friend class Internal::ModelManagerTestHelper;
|
||||
friend class Tests::ModelManagerTestHelper;
|
||||
void onAboutToLoadSession();
|
||||
void onAboutToUnloadSession();
|
||||
void renameIncludes(const QString &oldFileName, const QString &newFileName);
|
||||
|
Reference in New Issue
Block a user