aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/callgrindtool.h
diff options
context:
space:
mode:
authorNikolai Kosjar <[email protected]>2013-09-09 14:34:19 +0200
committerhjk <[email protected]>2013-09-11 11:12:51 +0200
commita8d7e15a5dd88f2c7f34e03ca8594d584ac15bc0 (patch)
tree345c21b43cb4ae87c720e2604c142ad6e2788ca6 /src/plugins/valgrind/callgrindtool.h
parente8b25ac3aa733cb6e66859a573e72c2edb341781 (diff)
Valgrind: Add action to load external log file
...for the memcheck and callgrind tool. Task-number: QTCREATORBUG-10057 Change-Id: I23dd3ad47f0498af37787bf54e76b09852cb327c Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/valgrind/callgrindtool.h')
-rw-r--r--src/plugins/valgrind/callgrindtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/valgrind/callgrindtool.h b/src/plugins/valgrind/callgrindtool.h
index a3d0b1424c4..68a6c54e86d 100644
--- a/src/plugins/valgrind/callgrindtool.h
+++ b/src/plugins/valgrind/callgrindtool.h
@@ -53,6 +53,7 @@ public:
QWidget *createWidgets();
void startTool(Analyzer::StartMode mode);
+ void loadExternalXmlLogFile();
public slots:
void handleShowCostsOfFunction();