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

@@ -791,11 +791,11 @@ void Qt4Project::asyncUpdate()
Core::ProgressManager *progressManager = Core::ICore::instance()->progressManager();
progressManager->addTask(m_asyncUpdateFutureInterface->future(), tr("Evaluate"), Constants::PROFILE_EVALUATE);
m_asyncUpdateFutureInterface->setProgressRange(0, 0);
progressManager->addTask(m_asyncUpdateFutureInterface->future(), tr("Evaluating"), Constants::PROFILE_EVALUATE);
if (debug)
qDebug()<<" adding task";
m_asyncUpdateFutureInterface->setProgressRange(0, 0);
m_asyncUpdateFutureInterface->reportStarted();
if (m_asyncUpdateState == AsyncFullUpdatePending) {