forked from qt-creator/qt-creator
		
	CppTools: Clean up ProjectFile
Change-Id: I01212115566c6bf26268b66fef96d50b7e93b96c Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
		@@ -103,7 +103,7 @@ public: // fields
 | 
			
		||||
    QString displayName;
 | 
			
		||||
    QString projectFile;
 | 
			
		||||
    ProjectExplorer::Project *project;
 | 
			
		||||
    QVector<ProjectFile> files;
 | 
			
		||||
    ProjectFiles files;
 | 
			
		||||
    QString projectConfigFile; // currently only used by the Generic Project Manager
 | 
			
		||||
    QByteArray projectDefines;
 | 
			
		||||
    QByteArray toolchainDefines;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user