aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help/AboutDialog.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/help/AboutDialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/help/AboutDialog.h b/src/ui/help/AboutDialog.h
index a7d7099b..4d43600e 100644
--- a/src/ui/help/AboutDialog.h
+++ b/src/ui/help/AboutDialog.h
@@ -68,14 +68,15 @@ class UpdateTab : public QWidget {
QString currentVersion;
+ QNetworkAccessManager* manager = new QNetworkAccessManager(this);
+
public:
explicit UpdateTab(QWidget* parent = nullptr);
void getLatestVersion();
private slots:
- void processReplyDataFromUpdateServer(const QByteArray& data);
- ;
+ void slotShowVersionStatus(const QString& current, const QString& server);
signals:
void replyFromUpdateServer(QByteArray data);