aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help/AboutDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/help/AboutDialog.h')
-rw-r--r--src/ui/help/AboutDialog.h4
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);