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

@@ -66,8 +66,8 @@ bool AnalyzerPlugin::initialize(const QStringList &arguments, QString *errorStri
// Task integration.
//: Category under which Analyzer tasks are listed in Issues view
ProjectExplorer::ProjectExplorerPlugin::instance()->taskHub()
->addCategory(Core::Id(Constants::ANALYZERTASK_ID), tr("Analyzer"));
ProjectExplorer::ProjectExplorerPlugin::taskHub()
->addCategory(Constants::ANALYZERTASK_ID, tr("Analyzer"));
return true;
}