forked from qt-creator/qt-creator
		
	Test compile fix after 063251eb
				
					
				
			Change-Id: I3bf9d65b73a4ab1619c8e48815792f35e2359f45 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user