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:
@@ -942,7 +942,7 @@ void FindReferences::displayResults(int first, int last)
|
||||
|
||||
FutureProgress *progress = ProgressManager::addTask(
|
||||
m_watcher.future(), tr("Searching"),
|
||||
QLatin1String(QmlJSEditor::Constants::TASK_SEARCH));
|
||||
QmlJSEditor::Constants::TASK_SEARCH);
|
||||
connect(progress, SIGNAL(clicked()), m_currentSearch, SLOT(popup()));
|
||||
|
||||
++first;
|
||||
|
||||
Reference in New Issue
Block a user