Test compile fix after 063251eb

Change-Id: I3bf9d65b73a4ab1619c8e48815792f35e2359f45
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
hjk
2015-01-30 12:59:25 +01:00
parent 250d8abe2d
commit 2d81c18028

View File

@@ -63,6 +63,7 @@ class WorkingCopy;
namespace Internal {
class CppSourceProcessor;
class CppModelManagerPrivate;
class ModelManagerTestHelper;
}
class CPPTOOLS_EXPORT CppModelManager : public CPlusPlus::CppModelManagerBase
@@ -180,6 +181,7 @@ public slots:
private slots:
// This should be executed in the GUI thread.
friend class Internal::ModelManagerTestHelper;
void onAboutToLoadSession();
void onAboutToUnloadSession();
void renameIncludes(const QString &oldFileName, const QString &newFileName);