forked from qt-creator/qt-creator
		
	ProgressManager: Unify style of progress manager task descriptions
Change-Id: I6826e66f00f47997c644c24d1b20f4a1ea53a8a2
(cherry picked from commit 36d8ec4f47)
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
			
			
This commit is contained in:
		@@ -184,7 +184,7 @@ void PchManager::updatePchInfo(ClangProjectSettings *cps,
 | 
			
		||||
    QFuture<void> future = QtConcurrent::run(updateFunction,
 | 
			
		||||
                                             UpdateParams(customPchFile, projectParts));
 | 
			
		||||
    m_pchGenerationWatcher.setFuture(future);
 | 
			
		||||
    Core::ProgressManager::addTask(future, tr("Precompiling..."), "Key.Tmp.Precompiling");
 | 
			
		||||
    Core::ProgressManager::addTask(future, tr("Precompiling"), "Key.Tmp.Precompiling");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
namespace {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user