forked from qt-creator/qt-creator
		
	CppTools: Fix build with namespaced Qt.
Change-Id: Idec32131c20b91c3d08ac16fbcc1c14ee5ede450 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
		@@ -79,8 +79,8 @@ private:
 | 
			
		||||
    QFileInfo m_fileInfo;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
QDebug operator<<(QDebug stream, const CPlusPlus::ProjectFile &cxxFile);
 | 
			
		||||
 | 
			
		||||
} // namespace CPlusPlus
 | 
			
		||||
 | 
			
		||||
QDebug operator <<(QDebug stream, const CPlusPlus::ProjectFile &cxxFile);
 | 
			
		||||
 | 
			
		||||
#endif // CPLUSPLUS_CPPPROJECTFILE_H
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user