analyzer: add 'redo' to callgrind result navigation

Change-Id: Ic7b348fc8df57f8a4d7a361d67b2c183ef7f1a46
Reviewed-on: http://codereview.qt.nokia.com/523
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-06-20 17:30:38 +02:00
committed by hjk
parent f446bebadc
commit 4bd73afb4d
5 changed files with 50 additions and 24 deletions

View File

@@ -53,8 +53,10 @@ public:
Valgrind::Callgrind::ParseData *takeParserData();
bool canPause() const { return true; }
public slots:
// controller actions
/// controller actions
void dump();
void reset();
void pause();