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:
@@ -323,7 +323,7 @@ QueryContext::~QueryContext()
|
||||
void QueryContext::start()
|
||||
{
|
||||
Core::FutureProgress *fp = Core::ProgressManager::addTask(m_progress.future(), tr("Gerrit"),
|
||||
QLatin1String("gerrit-query"));
|
||||
"gerrit-query");
|
||||
fp->setKeepOnFinish(Core::FutureProgress::HideOnFinish);
|
||||
m_progress.reportStarted();
|
||||
startQuery(m_queries.front()); // Order: synchronous call to error handling if something goes wrong.
|
||||
|
Reference in New Issue
Block a user