forked from qt-creator/qt-creator
TaskHub: De-noise user code
Change-Id: Ieb559e884fb08c96d739cf7684389ff740a6233e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -39,7 +39,7 @@ using namespace ProjectExplorer::Internal;
|
||||
|
||||
void RemoveTaskHandler::handle(const ProjectExplorer::Task &task)
|
||||
{
|
||||
ProjectExplorerPlugin::instance()->taskHub()->removeTask(task);
|
||||
ProjectExplorerPlugin::taskHub()->removeTask(task);
|
||||
}
|
||||
|
||||
QAction *RemoveTaskHandler::createAction(QObject *parent) const
|
||||
|
||||
Reference in New Issue
Block a user