forked from qt-creator/qt-creator
AnalyzerTool: Make runMode and toolMode value members
Change-Id: Iaf89bc399db65e17345effb2e9767692786b5ca8 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user