CppTools: Export ModelManagerTestHelper

Needed for tests in ClangCodeModel.

Change-Id: I58bdb35811776751a95b5db198ea8d6cdb0cd6de
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-05-06 11:24:41 +02:00
parent e661a9c19e
commit 9425812066
4 changed files with 33 additions and 27 deletions

View File

@@ -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);