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:
@@ -859,7 +859,7 @@ void Qt4Project::asyncUpdate()
|
||||
|
||||
m_asyncUpdateFutureInterface->setProgressRange(0, 0);
|
||||
Core::ProgressManager::addTask(m_asyncUpdateFutureInterface->future(), tr("Evaluating"),
|
||||
QLatin1String(Constants::PROFILE_EVALUATE));
|
||||
Constants::PROFILE_EVALUATE);
|
||||
if (debug)
|
||||
qDebug()<<" adding task";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user