aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/MainWindow.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-03 22:10:04 +0000
committerSaturneric <[email protected]>2022-01-03 22:10:04 +0000
commit2f64e4300b77f74cc4a7f0f50dbfe87862b72b95 (patch)
tree0d56d21ed78b5b1377681338619ac79c32386335 /src/ui/MainWindow.h
parent<fix, feature>(core, ui): key package import. (diff)
downloadGpgFrontend-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/MainWindow.h')
-rw-r--r--src/ui/MainWindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/MainWindow.h b/src/ui/MainWindow.h
index 60a6240a..f5e644b3 100644
--- a/src/ui/MainWindow.h
+++ b/src/ui/MainWindow.h
@@ -244,8 +244,7 @@ class MainWindow : public QMainWindow {
/**
* @details called when need to upgrade.
*/
- void slotVersionUpgrade(const QString& currentVersion,
- const QString& latestVersion);
+ void slotVersionUpgrade(const SoftwareVersion& version);
private:
/**