Mercurial > trustbridge
diff ui/listupdatedialog.h @ 82:1f27d6db5ee3
Polarssl based certificate handling
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 18:04:14 +0000 |
parents | f22a99f7cb69 |
children | 252ffe6e27fd |
line wrap: on
line diff
--- a/ui/listupdatedialog.h Wed Mar 19 16:50:59 2014 +0000 +++ b/ui/listupdatedialog.h Wed Mar 19 18:04:14 2014 +0000 @@ -8,6 +8,8 @@ * @brief The dialog for certificate selection. */ +class QListWidget; + class ListUpdateDialog : public QDialog { public: @@ -17,6 +19,12 @@ private: CertificateList mCertificateList; void setupGUI(); + + QListWidget *mInstallListWidget; + QListWidget *mRemoveListWidget; + +private slots: + void executeUpdate(); }; #endif // LISTUPDATEDIALOG_H