comparison ui/trayicon.h @ 1255:2a1aa9df8f11

(issue133) Improve API documentation
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 25 Sep 2014 17:58:12 +0200
parents a4282bc67a8b
children
comparison
equal deleted inserted replaced
1254:6d840341bc25 1255:2a1aa9df8f11
10 10
11 #include <QWidget> 11 #include <QWidget>
12 #include <QSystemTrayIcon> 12 #include <QSystemTrayIcon>
13 13
14 14
15 /**@brief Notification interface. 15 class QMessageBox;
16
17 /**@brief User notification interface
16 * 18 *
17 * This class provides an inherited implmentation of QSystemTrayIcon 19 * This class provides an inherited implmentation of QSystemTrayIcon
18 * to be more flexible on platforms where no SystemTray is available. 20 * to be more flexible on platforms where no SystemTray is available.
19 * 21 *
20 * This class should become obsolete once Qt improves the support for 22 * This class should become obsolete once Qt improves the support for
21 * StatusNotifier icons that are used in Plasma 5 and Unity. 23 * StatusNotifier icons that are used in Plasma 5 and Unity.
22 */ 24 */
23
24 class QMessageBox;
25
26 class TrayIcon : public QSystemTrayIcon 25 class TrayIcon : public QSystemTrayIcon
27 { 26 {
28 Q_OBJECT 27 Q_OBJECT
29 public: 28 public:
30 TrayIcon (QObject *parent); 29 TrayIcon (QObject *parent);

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