From 247b5b8f7ffb5cf7df5d4bc0e4fb786152934569 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Sun, 23 Jan 2022 15:36:55 +0800 Subject: (ui): tidy up codes and comments. 1. tidy up thread. --- src/ui/thread/ProxyConnectionTestThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/thread/ProxyConnectionTestThread.cpp') diff --git a/src/ui/thread/ProxyConnectionTestThread.cpp b/src/ui/thread/ProxyConnectionTestThread.cpp index 8e465c1b..062f4774 100644 --- a/src/ui/thread/ProxyConnectionTestThread.cpp +++ b/src/ui/thread/ProxyConnectionTestThread.cpp @@ -54,5 +54,5 @@ void GpgFrontend::UI::ProxyConnectionTestThread::run() { _reply->deleteLater(); - emit signalProxyConnectionTestResult(result_); + emit SignalProxyConnectionTestResult(result_); } -- cgit v1.2.3