Mercurial > trustbridge
diff ui/mainwindow.h @ 718:e7a070e64b80
(Issue26) Make updates tip and install button depend on changes
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 02 Jul 2014 16:27:46 +0200 |
parents | 929c3db85eb7 |
children | b0929968562a |
line wrap: on
line diff
--- a/ui/mainwindow.h Wed Jul 02 16:15:52 2014 +0200 +++ b/ui/mainwindow.h Wed Jul 02 16:27:46 2014 +0200 @@ -232,6 +232,7 @@ QLabel *mUpdatesNewCertificates; QLabel *mUpdatesRemoveCertificates; QLabel *mUpdatesManualCertificates; + QLabel *mUpdatesTip; CertificateListWidget *mUpdatesNew; CertificateListWidget *mUpdatesRemove; @@ -243,6 +244,7 @@ QPushButton *mUpdatesDetailsRemove; QPushButton *mUpdatesDetailsManual; + QPushButton *mInstallButton; int mChangeCount; };