aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/callgrindtool.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2015-02-18 18:51:29 +0100
committerhjk <[email protected]>2015-02-20 09:35:24 +0000
commit813e995ebf32f430f9168f2b799ac6d7d24076c7 (patch)
tree5e7e94c6a9e6e89438a507eba665cb91af6e33a3 /src/plugins/valgrind/callgrindtool.h
parent1eb36bb1d3b51e9f557213e0447caaad2c9a097f (diff)
Analyzer: Reduce explicit use of StartMode enum
Change-Id: I27b1d06395dea940c8dd39cd2bd41fc09cee3a9c Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/valgrind/callgrindtool.h')
-rw-r--r--src/plugins/valgrind/callgrindtool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h
index 76398925bbf..0a72cd363ad 100644
--- a/src/plugins/valgrind/callgrindtool.h
+++ b/src/plugins/valgrind/callgrindtool.h
@@ -54,7 +54,8 @@ public:
ProjectExplorer::RunConfiguration *runConfiguration = 0);
QWidget *createWidgets();
- void startTool(Analyzer::StartMode mode);
+ void startLocalTool();
+ void startRemoteTool();
public slots:
void handleShowCostsOfFunction();