AnalyzerTool: Make runMode and toolMode value members

Change-Id: Iaf89bc399db65e17345effb2e9767692786b5ca8
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
hjk
2014-07-23 01:00:51 +02:00
parent 17ce7d4ad5
commit 18dca1e3ac
8 changed files with 36 additions and 42 deletions

View File

@@ -45,9 +45,6 @@ public:
CallgrindTool(QObject *parent);
~CallgrindTool();
ProjectExplorer::RunMode runMode() const;
ToolMode toolMode() const;
Analyzer::AnalyzerRunControl *createRunControl(const Analyzer::AnalyzerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfiguration = 0);
QWidget *createWidgets();