TaskHub: De-noise user code

Change-Id: Ieb559e884fb08c96d739cf7684389ff740a6233e
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
hjk
2013-08-01 14:16:10 +02:00
parent f5afaac070
commit d0eb10582b
18 changed files with 39 additions and 49 deletions

View File

@@ -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