--- infoscreen/MainView.h 2010/06/22 20:43:13 875 +++ infoscreen/MainView.h 2010/06/24 08:59:43 883 @@ -14,6 +14,7 @@ class PictureView; class QSvgWidget; class ScreenManager; +class ClockOverlay; class QSettings; enum Mode { @@ -56,6 +57,9 @@ QSvgWidget* svg; QWidget* current; ScreenManager* screenManager; + QTime screenManagerOn; + QTime screenManagerOff; + int xmlInterval; QTimer* timer ; QTime lastXml; @@ -71,6 +75,8 @@ QString screenid; QString xmlUrl; QString path; + + ClockOverlay* clockOverlay; }; #endif //MAINVIEW_H