aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/CtxCheckThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/thread/CtxCheckThread.cpp')
-rw-r--r--src/ui/thread/CtxCheckThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/thread/CtxCheckThread.cpp b/src/ui/thread/CtxCheckThread.cpp
index bbcb1503..7808968d 100644
--- a/src/ui/thread/CtxCheckThread.cpp
+++ b/src/ui/thread/CtxCheckThread.cpp
@@ -33,7 +33,7 @@
GpgFrontend::UI::CtxCheckThread::CtxCheckThread() : QThread(nullptr) {
connect(this, &CtxCheckThread::SignalGnupgNotInstall,
- CommonUtils::GetInstance(), &CommonUtils::signalGnupgNotInstall);
+ CommonUtils::GetInstance(), &CommonUtils::SignalGnupgNotInstall);
}
void GpgFrontend::UI::CtxCheckThread::run() {