Mercurial > trustbridge
comparison ui/createcertlistdialog.h @ 1255:2a1aa9df8f11
(issue133) Improve API documentation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 25 Sep 2014 17:58:12 +0200 |
parents | 78798d3af8f0 |
children | d009da9cfa10 |
comparison
equal
deleted
inserted
replaced
1254:6d840341bc25 | 1255:2a1aa9df8f11 |
---|---|
15 #include "certificate.h" | 15 #include "certificate.h" |
16 | 16 |
17 #include <polarssl/pk.h> | 17 #include <polarssl/pk.h> |
18 /** | 18 /** |
19 * @file createinstallerdialog.h | 19 * @file createinstallerdialog.h |
20 * @brief The dialog to show settings and create an installer. | 20 * @brief The dialog to select the signing certificate and create a certificate list. |
21 */ | 21 */ |
22 | 22 |
23 class QListWidget; | 23 class QListWidget; |
24 class AdministratorWindow; | 24 class AdministratorWindow; |
25 | 25 |
26 /** @brief The dialog to select the signing certificate and create a certificate list.*/ | |
26 class CreateCertListDialog : public QDialog | 27 class CreateCertListDialog : public QDialog |
27 { | 28 { |
28 Q_OBJECT | 29 Q_OBJECT |
29 public: | 30 public: |
30 /** @brief Create a dialog showing settings for the create certificate list | 31 /** @brief Create a dialog showing settings for the create certificate list |