aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help/AboutDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/help/AboutDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/help/AboutDialog.cpp b/src/ui/help/AboutDialog.cpp
index 008d9c0c..e0d8f099 100644
--- a/src/ui/help/AboutDialog.cpp
+++ b/src/ui/help/AboutDialog.cpp
@@ -196,7 +196,7 @@ void UpdateTab::getLatestVersion() {
connect(version_thread, SIGNAL(finished()), version_thread,
SLOT(deleteLater()));
- connect(version_thread, &VersionCheckThread::upgradeVersion, this,
+ connect(version_thread, &VersionCheckThread::SignalUpgradeVersion, this,
&UpdateTab::slot_show_version_status);
version_thread->start();