diff options
author | hjk <[email protected]> | 2016-01-20 23:48:30 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2016-01-21 12:56:37 +0000 |
commit | e6f6026520148346400205cc9691607aebcd39fb (patch) | |
tree | a5a1d196c2decd8d4a7e11578281177feff775f8 /src/plugins/valgrind/callgrindtool.h | |
parent | d01627bb01907011df4da6c9849b9f29e141ddc1 (diff) |
Valgrind: Random cleanups
Remove unneeded function arguments, Qt 5 connects etc.
Change-Id: I95faf80e7b5ccc574e2457b841f7913bc2aa05d3
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/valgrind/callgrindtool.h')
-rw-r--r-- | src/plugins/valgrind/callgrindtool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h index 6eba091d4a0..b623f67b041 100644 --- a/src/plugins/valgrind/callgrindtool.h +++ b/src/plugins/valgrind/callgrindtool.h @@ -51,7 +51,6 @@ public: ValgrindRunControl *createRunControl(ProjectExplorer::RunConfiguration *runConfiguration = 0); QWidget *createWidgets(); -public slots: void handleShowCostsOfFunction(); private: |