summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/callgrindtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/valgrind/callgrindtool.h')
-rw-r--r--src/plugins/valgrind/callgrindtool.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h
index 809d0efe3c..0a72cd363a 100644
--- a/src/plugins/valgrind/callgrindtool.h
+++ b/src/plugins/valgrind/callgrindtool.h
@@ -37,6 +37,8 @@ namespace Valgrind {
namespace Internal {
const char CallgrindToolId[] = "Callgrind";
+const char CallgrindLocalActionId[] = "Callgrind.Local";
+const char CallgrindRemoteActionId[] = "Callgrind.Remote";
class CallgrindToolPrivate;
@@ -52,7 +54,8 @@ public:
ProjectExplorer::RunConfiguration *runConfiguration = 0);
QWidget *createWidgets();
- void startTool(Analyzer::StartMode mode);
+ void startLocalTool();
+ void startRemoteTool();
public slots:
void handleShowCostsOfFunction();