diff options
author | Saturneric <[email protected]> | 2022-05-20 18:10:06 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-20 18:10:06 +0000 |
commit | 7d5a4bed7fc1c78f9be897daf4f2f50fad51f828 (patch) | |
tree | cd683b43005de0cc0fdb03733a946a72e74b6447 /src/core/thread/Task.h | |
parent | fix: improve about dialog about version checking (diff) | |
download | GpgFrontend-7d5a4bed7fc1c78f9be897daf4f2f50fad51f828.tar.gz GpgFrontend-7d5a4bed7fc1c78f9be897daf4f2f50fad51f828.zip |
feat: track pending tasks in task runner system
Diffstat (limited to 'src/core/thread/Task.h')
-rw-r--r-- | src/core/thread/Task.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/thread/Task.h b/src/core/thread/Task.h index 9f6d8669..c94baea6 100644 --- a/src/core/thread/Task.h +++ b/src/core/thread/Task.h @@ -207,6 +207,12 @@ class GPGFRONTEND_CORE_EXPORT Task : public QObject, public QRunnable { */ void SignalTaskFinished(); + /** + * @brief + * + */ + void SignalTaskPostFinishedDone(); + protected: /** * @brief Set the Finish After Run object |