Analyzer: Introduce AnalzyerAction

This wraps the menu related aspects of an IAnalyzerTool.

Change-Id: I065cb5f269a40af2137f434a7cdf915bd9a76839
Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
hjk
2013-08-07 19:47:30 +02:00
parent 256509541b
commit e94183ca2f
14 changed files with 192 additions and 174 deletions

View File

@@ -84,10 +84,7 @@ class MemcheckTool : public ValgrindTool
public:
MemcheckTool(QObject *parent);
Core::Id id() const;
ProjectExplorer::RunMode runMode() const;
QString displayName() const;
QString description() const;
private slots:
void settingsDestroyed(QObject *settings);
@@ -103,7 +100,6 @@ private slots:
private:
ToolMode toolMode() const;
void extensionsInitialized() {}
QWidget *createWidgets();
void setBusyCursor(bool busy);