Valgrind: Add action to load external log file

...for the memcheck and callgrind tool.

Task-number: QTCREATORBUG-10057

Change-Id: I23dd3ad47f0498af37787bf54e76b09852cb327c
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Nikolai Kosjar
2013-09-09 14:34:19 +02:00
committed by hjk
parent e8b25ac3aa
commit a8d7e15a5d
4 changed files with 147 additions and 26 deletions

View File

@@ -53,6 +53,7 @@ public:
QWidget *createWidgets();
void startTool(Analyzer::StartMode mode);
void loadExternalXmlLogFile();
public slots:
void handleShowCostsOfFunction();