forked from qt-creator/qt-creator
Some naming of the progress indicators.
This commit is contained in:
@@ -948,7 +948,7 @@ QFuture<void> CppModelManager::refreshSourceFiles(const QStringList &sourceFiles
|
||||
m_synchronizer.addFuture(result);
|
||||
|
||||
if (sourceFiles.count() > 1) {
|
||||
m_core->progressManager()->addTask(result, tr("Indexing"),
|
||||
m_core->progressManager()->addTask(result, tr("Parsing"),
|
||||
CppTools::Constants::TASK_INDEX);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user