diff ui/mainwindow.h @ 19:9af6198deb8e

Add timed trigger for the message
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 20 Feb 2014 10:56:49 +0000
parents c12825a651ed
children c6125d73faf4
line wrap: on
line diff
--- a/ui/mainwindow.h	Wed Feb 19 15:41:14 2014 +0000
+++ b/ui/mainwindow.h	Thu Feb 20 10:56:49 2014 +0000
@@ -8,6 +8,7 @@
 #include "downloader.h"
 class QMenu;
 class QAction;
+class QTimer;
 
 class MainWindow : public QDialog
 {
@@ -49,7 +50,7 @@
     QSettings mSettings;
 
     QSystemTrayIcon *mTrayIcon;
-
+    QTimer *mMessageTimer;
     QMenu *mTrayMenu;
     QAction *mCheckUpdates;
     QAction *mQuitAction;

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