aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/callgrindtool.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-01-30 01:38:58 +0100
committerhjk <hjk@theqtcompany.com>2016-02-02 14:14:02 +0000
commitdcfb622126ea8141eb961003e44afe4c89888bd5 (patch)
tree35c326de7b83fb1b364bb90cba25789a18e2725b /src/plugins/valgrind/callgrindtool.h
parentd14257736e7f8f122086fe3554aa8f746fbc3214 (diff)
Valgrind: Simplify device setup and handling
Make isLocal() less intrusively used and correct. Use the stored device more often, also handle errors more quickly. Change-Id: I146d1f5788ea79d0a9d7b058c81908d451cf00d0 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/plugins/valgrind/callgrindtool.h')
-rw-r--r--src/plugins/valgrind/callgrindtool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h
index b623f67b041..a210bd66ad4 100644
--- a/src/plugins/valgrind/callgrindtool.h
+++ b/src/plugins/valgrind/callgrindtool.h
@@ -48,7 +48,7 @@ public:
CallgrindTool(QObject *parent);
~CallgrindTool();
- ValgrindRunControl *createRunControl(ProjectExplorer::RunConfiguration *runConfiguration = 0);
+ ValgrindRunControl *createRunControl(ProjectExplorer::RunConfiguration *runConfiguration);
QWidget *createWidgets();
void handleShowCostsOfFunction();