diff 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
line wrap: on
line diff
--- a/ui/trayicon.h	Thu Sep 25 17:37:03 2014 +0200
+++ b/ui/trayicon.h	Thu Sep 25 17:58:12 2014 +0200
@@ -12,7 +12,9 @@
 #include <QSystemTrayIcon>
 
 
-/**@brief Notification interface.
+class QMessageBox;
+
+/**@brief User notification interface
  *
  * This class provides an inherited implmentation of QSystemTrayIcon
  * to be more flexible on platforms where no SystemTray is available.
@@ -20,9 +22,6 @@
  * This class should become obsolete once Qt improves the support for
  * StatusNotifier icons that are used in Plasma 5 and Unity.
  */
-
-class QMessageBox;
-
 class TrayIcon :  public QSystemTrayIcon
 {
     Q_OBJECT

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