diff options
author | saturneric <[email protected]> | 2023-10-18 12:54:02 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-18 12:54:02 +0000 |
commit | 76fda183d4c1067ab1735965e9bde3c7b29d1345 (patch) | |
tree | 54723eb8698dfe6f7e5dbc4c16b9da16e192d44b /src/core/thread/Task.h | |
parent | fix: improve thread and module relation (diff) | |
download | GpgFrontend-76fda183d4c1067ab1735965e9bde3c7b29d1345.tar.gz GpgFrontend-76fda183d4c1067ab1735965e9bde3c7b29d1345.zip |
feat: simplify the thread system and improve its stability
Diffstat (limited to 'src/core/thread/Task.h')
-rw-r--r-- | src/core/thread/Task.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/thread/Task.h b/src/core/thread/Task.h index 8f3a76f9..388b5a35 100644 --- a/src/core/thread/Task.h +++ b/src/core/thread/Task.h @@ -113,6 +113,9 @@ class GPGFRONTEND_CORE_EXPORT Task : public QObject, public QRunnable { void SlotRun(); signals: + + void SignalRun(); + /** * @brief announce runnable finished * |