forked from qt-creator/qt-creator
Core: Add "canceled" signal to class FutureProgress.
This allows clients to get notified that the operation has been canceled by the user without the need to create an additional QFutureWatcher themselves. Change-Id: I928f87eef98ce762d77dcc6962c082fe49f38f6e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -77,6 +77,7 @@ public:
|
||||
signals:
|
||||
void clicked();
|
||||
void finished();
|
||||
void canceled();
|
||||
void removeMe();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user