forked from qt-creator/qt-creator
		
	ProjectManager: Use Core::Id for progress types
Change-Id: I72993fda50ad70ad2d7c2f449923ac6e34b9e737 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
		@@ -193,7 +193,7 @@ QFuture<void> BuiltinIndexingSupport::refreshSourceFiles(const QStringList &sour
 | 
			
		||||
 | 
			
		||||
    if (mode == CppModelManagerInterface::ForcedProgressNotification || sourceFiles.count() > 1) {
 | 
			
		||||
        Core::ProgressManager::addTask(result, QCoreApplication::translate("CppTools::Internal::BuiltinIndexingSupport", "Parsing"),
 | 
			
		||||
                                                QLatin1String(CppTools::Constants::TASK_INDEX));
 | 
			
		||||
                                                CppTools::Constants::TASK_INDEX);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return result;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user