summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/memchecktool.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-12-13 14:01:52 +0100
committerhjk <qthjk@ovi.com>2011-12-13 14:04:56 +0100
commite08f51c21c2441b34b6560a18d29fdb0c8048199 (patch)
tree9a028224bc40573f09eabbcc6779b02b52ab044f /src/plugins/valgrind/memchecktool.h
parent86629f18c2f220833e947725c3e3055d7989c67b (diff)
downloadqt-creator-e08f51c21c2441b34b6560a18d29fdb0c8048199.tar.gz
analyzer: show busy cursor as long analysis is running
Change-Id: I93ad6ac5e79f5e8a6f843a90b244bfc0587c070c Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/valgrind/memchecktool.h')
-rw-r--r--src/plugins/valgrind/memchecktool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/valgrind/memchecktool.h b/src/plugins/valgrind/memchecktool.h
index 5a1dc3fc60..f808e3bc62 100644
--- a/src/plugins/valgrind/memchecktool.h
+++ b/src/plugins/valgrind/memchecktool.h
@@ -113,6 +113,7 @@ private:
ToolMode toolMode() const;
void extensionsInitialized() {}
QWidget *createWidgets();
+ void setBusyCursor(bool busy);
Analyzer::IAnalyzerEngine *createEngine(const Analyzer::AnalyzerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfiguration = 0);