forked from qt-creator/qt-creator
Fixes for valgrind-callgrind feedback by Nokia
Most changes include style fixes and UI changes for better usability. Merge-request: 324 Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
@@ -60,7 +60,10 @@ public slots:
|
||||
void pause();
|
||||
void unpause();
|
||||
|
||||
/// marks the callgrind process as paused
|
||||
/// calls pause() and unpause() if there's an active run
|
||||
void setPaused(bool paused);
|
||||
|
||||
void setToggleCollectFunction(const QString &toggleCollectFunction);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user