summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/memchecktool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/valgrind/memchecktool.h')
-rw-r--r--src/plugins/valgrind/memchecktool.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/valgrind/memchecktool.h b/src/plugins/valgrind/memchecktool.h
index ac242c614c..ae118178e3 100644
--- a/src/plugins/valgrind/memchecktool.h
+++ b/src/plugins/valgrind/memchecktool.h
@@ -83,11 +83,12 @@ class MemcheckTool : public QObject
public:
MemcheckTool(QObject *parent);
- void startTool(Analyzer::StartMode mode);
+ void startLocalTool();
+ void startRemoteTool();
QWidget *createWidgets();
Analyzer::AnalyzerRunControl *createRunControl(const Analyzer::AnalyzerStartParameters &sp,
- ProjectExplorer::RunConfiguration *runConfiguration = 0);
+ ProjectExplorer::RunConfiguration *runConfiguration);
private slots:
void settingsDestroyed(QObject *settings);
@@ -139,7 +140,8 @@ class MemcheckWithGdbTool : public MemcheckTool
public:
MemcheckWithGdbTool(QObject *parent);
- void startTool(Analyzer::StartMode mode);
+ void startLocalTool();
+ void startRemoteTool();
MemcheckRunControl *createMemcheckRunControl(
const Analyzer::AnalyzerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfiguration) Q_DECL_OVERRIDE;