aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/Task.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-18 09:49:06 +0000
committersaturneric <[email protected]>2023-10-18 09:49:06 +0000
commit216905e2532a79101e987e936fdf8b353b2a4dab (patch)
tree2b148028d738e8254a763b9814689679a66b21fc /src/core/thread/Task.h
parentchore: fetch the latest release of the json library (diff)
downloadGpgFrontend-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.h2
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;