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