diff options
author | Saturneric <[email protected]> | 2021-12-05 08:59:12 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-05 10:16:24 +0000 |
commit | ef06c6db41f16cc687d9aa9615bde5306418627d (patch) | |
tree | 9bab1796b919db2c0fa88e83b183a5a5c7583fcc /src/ui/MainWindow.cpp | |
parent | Remove rapidjson and Improve update ploicy. (diff) | |
download | GpgFrontend-ef06c6db41f16cc687d9aa9615bde5306418627d.tar.gz GpgFrontend-ef06c6db41f16cc687d9aa9615bde5306418627d.zip |
Add Submodules & Update & Fixed
1. AppImage Update
2. gpgme
3. libgpg-error
4. libassuan
5. update gcc's version to 8.
6. fix build issues.
Diffstat (limited to 'src/ui/MainWindow.cpp')
-rw-r--r-- | src/ui/MainWindow.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/MainWindow.cpp b/src/ui/MainWindow.cpp index 852d705b..e29278e9 100644 --- a/src/ui/MainWindow.cpp +++ b/src/ui/MainWindow.cpp @@ -140,9 +140,8 @@ void MainWindow::init() noexcept { connect(version_thread, SIGNAL(finished()), version_thread, SLOT(deleteLater())); - connect(version_thread, - &VersionCheckThread::upgradeVersion, this, - &MainWindow::slotVersionUpgrade)); + connect(version_thread, &VersionCheckThread::upgradeVersion, this, + &MainWindow::slotVersionUpgrade); version_thread->start(); |