comparison ui/processwaitdialog.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
8 #define PROCESSWAITDIALOG_H 8 #define PROCESSWAITDIALOG_H
9 9
10 #include <QDialog> 10 #include <QDialog>
11 #include <QStringList> 11 #include <QStringList>
12 12
13 /** 13 /**
14 * @file processwaitdialog.h 14 * @file processwaitdialog.h
15 * @brief Dialog to show that some processes need to be closed 15 * @brief Dialog to show that some processes need to be closed
16 * 16 *
17 * This dialog informs about processes that are still running and 17 * This dialog informs about processes that are still running and
18 * need to be closed. 18 * need to be closed.
19 */ 19 */
20 20
21 /** @brief Dialog to show that some processes need to be closed
22 *
23 * This dialog informs about processes that are still running and
24 * need to be closed.
25 */
21 class ProcessWaitDialog : public QDialog 26 class ProcessWaitDialog : public QDialog
22 { 27 {
23 Q_OBJECT 28 Q_OBJECT
24 29
25 public: 30 public:

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