aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/thread/CtxCheckTask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/thread/CtxCheckTask.cpp')
-rw-r--r--src/core/thread/CtxCheckTask.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/thread/CtxCheckTask.cpp b/src/core/thread/CtxCheckTask.cpp
index 3a248303..cfaea461 100644
--- a/src/core/thread/CtxCheckTask.cpp
+++ b/src/core/thread/CtxCheckTask.cpp
@@ -34,15 +34,15 @@
#include "core/function/gpg/GpgKeyGetter.h"
#include "thread/Task.h"
-GpgFrontend::Thread::CtxCheckTask::CtxCheckTask() : Task("ctx_check_task") {
- connect(this, &CtxCheckTask::SignalGnupgNotInstall,
+GpgFrontend::Thread::CoreInitTask::CoreInitTask() : Task("ctx_check_task") {
+ connect(this, &CoreInitTask::SignalGnupgNotInstall,
CoreCommonUtil::GetInstance(),
&CoreCommonUtil::SignalGnupgNotInstall);
}
-void GpgFrontend::Thread::CtxCheckTask::Run() {
+void GpgFrontend::Thread::CoreInitTask::Run() {
// Init GpgFrontend Core
- init_gpgfrontend_core();
+ InitGpgFrontendCore();
// Create & Check Gnupg Context Status
if (!GpgContext::GetInstance().good()) {