aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help/AboutDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-12-06 20:38:05 +0000
committerSaturneric <[email protected]>2021-12-06 20:38:05 +0000
commit4f9ee73ffdda5a495d25ebf4f769a4c43aa78295 (patch)
tree7ef532525a250c485d95c1df5e4b432e169ec53c /src/ui/help/AboutDialog.h
parentImprove UI & Functions (diff)
downloadGpgFrontend-4f9ee73ffdda5a495d25ebf4f769a4c43aa78295.tar.gz
GpgFrontend-4f9ee73ffdda5a495d25ebf4f769a4c43aa78295.zip
Test & Improve UI
Diffstat (limited to 'src/ui/help/AboutDialog.h')
-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);