comparison ui/createinstallerdialog.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
comparison
equal deleted inserted replaced
1254:6d840341bc25 1255:2a1aa9df8f11
14 #include <QProcess> 14 #include <QProcess>
15 #include <QProgressDialog> 15 #include <QProgressDialog>
16 #include <QDir> 16 #include <QDir>
17 /** 17 /**
18 * @file createinstallerdialog.h 18 * @file createinstallerdialog.h
19 * @brief The dialog to show settings and create an installer. 19 * @brief The dialog to select the input and create an installer.
20 */ 20 */
21 21
22 class QListWidget; 22 class QListWidget;
23 class QTemporaryDir; 23 class QTemporaryDir;
24 24
25 /** @brief The dialog to select the input and create an installer. */
25 class CreateInstallerDialog : public QDialog 26 class CreateInstallerDialog : public QDialog
26 { 27 {
27 Q_OBJECT 28 Q_OBJECT
28 public: 29 public:
29 /** @brief Create a dialog showing settings for the create installer 30 /** @brief Create a dialog showing settings for the create installer

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