diff options
Diffstat (limited to 'src/corelib/thread/qfuturewatcher.h')
| -rw-r--r-- | src/corelib/thread/qfuturewatcher.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/thread/qfuturewatcher.h b/src/corelib/thread/qfuturewatcher.h index 214dc37f01f..0c8c1ec247a 100644 --- a/src/corelib/thread/qfuturewatcher.h +++ b/src/corelib/thread/qfuturewatcher.h @@ -70,6 +70,7 @@ public: bool isRunning() const; bool isCanceled() const; bool isPaused() const; + bool isSuspended() const; void waitForFinished(); @@ -82,6 +83,7 @@ Q_SIGNALS: void finished(); void canceled(); void paused(); + void suspended(); void resumed(); void resultReadyAt(int resultIndex); void resultsReadyAt(int beginIndex, int endIndex); @@ -147,6 +149,7 @@ public: bool isRunning() const; bool isCanceled() const; bool isPaused() const; + bool isSuspended() const void waitForFinished(); @@ -157,6 +160,7 @@ Q_SIGNALS: void finished(); void canceled(); void paused(); + void suspended(); void resumed(); void resultReadyAt(int resultIndex); void resultsReadyAt(int beginIndex, int endIndex); |
