diff options
Diffstat (limited to 'src/ui/thread/ProxyConnectionTestThread.cpp')
-rw-r--r-- | src/ui/thread/ProxyConnectionTestThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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_); } |