comparison ui/listupdatedialog.h @ 158:fb3b2d77518f

Merged
author Sascha Wilde <wilde@intevation.de>
date Tue, 25 Mar 2014 09:30:51 +0100
parents 252ffe6e27fd
children 3ebebd055d3a
comparison
equal deleted inserted replaced
157:a46a4b443410 158:fb3b2d77518f
1 #ifndef LISTUPDATEDIALOG_H 1 #ifndef LISTUPDATEDIALOG_H
2 #define LISTUPDATEDIALOG_H 2 #define LISTUPDATEDIALOG_H
3 3
4 #include "certificatelist.h" 4 #include "certificatelist.h"
5 #include <QDialog> 5 #include <QDialog>
6 #include <QMainWindow>
6 /** 7 /**
7 * @file listupdatedialog.h 8 * @file listupdatedialog.h
8 * @brief The dialog for certificate selection. 9 * @brief The dialog for certificate selection.
9 */ 10 */
10 11
12 13
13 class ListUpdateDialog : public QDialog 14 class ListUpdateDialog : public QDialog
14 { 15 {
15 public: 16 public:
16 /** @brief Create a list update dialog for the listToInstall */ 17 /** @brief Create a list update dialog for the listToInstall */
17 ListUpdateDialog(QDialog *parent, const CertificateList &listToInstall); 18 ListUpdateDialog(QMainWindow *parent, const CertificateList &listToInstall);
18 19
19 private: 20 private:
20 CertificateList mCertificateList; 21 CertificateList mCertificateList;
21 void setupGUI(); 22 void setupGUI();
22 23

http://wald.intevation.org/projects/trustbridge/