diff options
author | Saturneric <[email protected]> | 2022-01-03 22:10:04 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-03 22:10:04 +0000 |
commit | 2f64e4300b77f74cc4a7f0f50dbfe87862b72b95 (patch) | |
tree | 0d56d21ed78b5b1377681338619ac79c32386335 /src/ui/help/AboutDialog.h | |
parent | <fix, feature>(core, ui): key package import. (diff) | |
download | GpgFrontend-2f64e4300b77f74cc4a7f0f50dbfe87862b72b95.tar.gz GpgFrontend-2f64e4300b77f74cc4a7f0f50dbfe87862b72b95.zip |
<fix, feature>(core, ui): version system upgrade.
1. can notice user withdraw version now.
2. fix software not restart when signal caught.
3. improve ui.
Diffstat (limited to 'src/ui/help/AboutDialog.h')
-rw-r--r-- | src/ui/help/AboutDialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/help/AboutDialog.h b/src/ui/help/AboutDialog.h index 78c98149..44ab0e3c 100644 --- a/src/ui/help/AboutDialog.h +++ b/src/ui/help/AboutDialog.h @@ -27,6 +27,8 @@ #include "gpg/GpgContext.h" #include "ui/GpgFrontendUI.h" +#include "ui/data_struct/SoftwareVersion.h" + namespace GpgFrontend::UI { /** @@ -73,7 +75,7 @@ class UpdateTab : public QWidget { void getLatestVersion(); private slots: - void slotShowVersionStatus(const QString& current, const QString& server); + void slotShowVersionStatus(const SoftwareVersion& version); signals: void replyFromUpdateServer(QByteArray data); |