aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/callgrind/callgrindrunner.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@nokia.com>2012-01-20 14:19:44 +0100
committerhjk <qthjk@ovi.com>2012-01-24 10:01:32 +0100
commit800dfe4c9ebad38e675964f344634f5ef9338a8c (patch)
treef3cae8f1d3e1f6938c0d317a39d5708523c288be /src/plugins/valgrind/callgrind/callgrindrunner.h
parentefe9bca20c2569f039f0193c6572d88dc024cd3d (diff)
On cancel analyzer setup the progress bar closes now.
During the start of the remote analyzer you can choose the network connection to the remote analyzer. If you cancel this selection now the progressbar is set to canceled, and will disapear after a certain amount of time. Task-number: QTCREATORBUG-6014 Change-Id: I944f27adec11200d417266183e3d371606c89112 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/valgrind/callgrind/callgrindrunner.h')
-rw-r--r--src/plugins/valgrind/callgrind/callgrindrunner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/valgrind/callgrind/callgrindrunner.h b/src/plugins/valgrind/callgrind/callgrindrunner.h
index 89e23c1621..660d91a852 100644
--- a/src/plugins/valgrind/callgrind/callgrindrunner.h
+++ b/src/plugins/valgrind/callgrind/callgrindrunner.h
@@ -55,7 +55,7 @@ public:
CallgrindController *controller() const;
bool isPaused() const;
- void start();
+ bool start();
signals:
void statusMessage(const QString &message);