diff options
author | saturneric <[email protected]> | 2023-10-18 09:49:06 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-18 09:49:06 +0000 |
commit | 216905e2532a79101e987e936fdf8b353b2a4dab (patch) | |
tree | 2b148028d738e8254a763b9814689679a66b21fc /src/core/thread/Task.h | |
parent | chore: fetch the latest release of the json library (diff) | |
download | GpgFrontend-216905e2532a79101e987e936fdf8b353b2a4dab.tar.gz GpgFrontend-216905e2532a79101e987e936fdf8b353b2a4dab.zip |
fix: improve thread and module relation
Diffstat (limited to 'src/core/thread/Task.h')
-rw-r--r-- | src/core/thread/Task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/thread/Task.h b/src/core/thread/Task.h index d4e4df05..8f3a76f9 100644 --- a/src/core/thread/Task.h +++ b/src/core/thread/Task.h @@ -100,7 +100,7 @@ class GPGFRONTEND_CORE_EXPORT Task : public QObject, public QRunnable { /** * @brief * - * @return std::string + * @return bool */ bool GetSequency() const; |