forked from qt-creator/qt-creator
Renamed TaskHub::popup to requestPopup and removed boolean flag.
* TaskHub does not pop up itself because it is not a widget. * popup(true) is never used and may lead to bad user experience. * use boolean flag goes agains Qt API design guidelines. Change-Id: Idf28a8d4af66022961d94f1d1cdeeaf155b67c52 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
committed by
Daniel Teske
parent
34206b0385
commit
0741c7de6d
@@ -367,7 +367,7 @@ void QmlJSEditorPlugin::runSemanticScan()
|
||||
m_qmlTaskManager->updateSemanticMessagesNow();
|
||||
TaskHub *hub = ProjectExplorerPlugin::instance()->taskHub();
|
||||
hub->setCategoryVisibility(Constants::TASK_CATEGORY_QML_ANALYSIS, true);
|
||||
hub->popup(false);
|
||||
hub->requestPopup();
|
||||
}
|
||||
|
||||
void QmlJSEditorPlugin::checkCurrentEditorSemanticInfoUpToDate()
|
||||
|
||||
Reference in New Issue
Block a user