aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/CtxCheckTask.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-25 14:28:25 +0000
committersaturneric <[email protected]>2023-10-25 14:28:25 +0000
commitb7ceed0b87752077fe19fefe9b0df8ec27ce0531 (patch)
tree51cb5f2a9210dabaa585b65d085f336cc5f0f844 /src/core/thread/CtxCheckTask.h
parentfix: solve some code tidy issues (diff)
downloadGpgFrontend-b7ceed0b87752077fe19fefe9b0df8ec27ce0531.tar.gz
GpgFrontend-b7ceed0b87752077fe19fefe9b0df8ec27ce0531.zip
feat: moving gnupg info gathering logic to a new module
Diffstat (limited to 'src/core/thread/CtxCheckTask.h')
-rw-r--r--src/core/thread/CtxCheckTask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/thread/CtxCheckTask.h b/src/core/thread/CtxCheckTask.h
index f1a443ec..08eb3fc3 100644
--- a/src/core/thread/CtxCheckTask.h
+++ b/src/core/thread/CtxCheckTask.h
@@ -36,14 +36,14 @@ namespace GpgFrontend::Thread {
* @brief
*
*/
-class GPGFRONTEND_CORE_EXPORT CtxCheckTask : public Task {
+class GPGFRONTEND_CORE_EXPORT CoreInitTask : public Task {
Q_OBJECT
public:
/**
* @brief Construct a new Ctx Check Thread object
*
*/
- CtxCheckTask();
+ CoreInitTask();
signals:
/**