Some naming of the progress indicators.

This commit is contained in:
con
2010-04-13 16:32:01 +02:00
parent b28fa3f5bf
commit b4367cb9a0
2 changed files with 3 additions and 3 deletions

View File

@@ -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);
}