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, 1 insertions, 4 deletions
diff --git a/src/ui/help/AboutDialog.h b/src/ui/help/AboutDialog.h
index 4d43600e..78c98149 100644
--- a/src/ui/help/AboutDialog.h
+++ b/src/ui/help/AboutDialog.h
@@ -59,14 +59,11 @@ class UpdateTab : public QWidget {
Q_OBJECT
QLabel* currentVersionLabel;
-
QLabel* latestVersionLabel;
-
QLabel* upgradeLabel;
-
QProgressBar* pb;
-
QString currentVersion;
+ QPushButton* downloadButton;
QNetworkAccessManager* manager = new QNetworkAccessManager(this);