Revert "Do not add an "Analyzer" category to the "Issues" pane filter."

This reverts commit 324854a5cf.

It turns out that while there are no current users of this category,
it does make sense and will in fact be used soon.
In particular, the fact that some analyzers have their own issue views
does not matter, as these are for "regular" errors that the analyzers
find while doing their job, while the general Issues pane would be for
"irregular" errors that occur running an analyzer.

Change-Id: Ib595ff0e0b27a62634c41ffba220b312f5442f44
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-02-26 15:54:20 +01:00
parent 01cb4ee21d
commit 5a05255f05

View File

@@ -65,6 +65,10 @@ bool AnalyzerPlugin::initialize(const QStringList &arguments, QString *errorStri
(void) new AnalyzerManager(this);
// Task integration.
//: Category under which Analyzer tasks are listed in Issues view
ProjectExplorer::TaskHub::addCategory(Constants::ANALYZERTASK_ID, tr("Analyzer"));
return true;
}