--- infoscreen/MainView.h 2010/06/22 21:01:37 876 +++ 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 { @@ -58,6 +59,7 @@ ScreenManager* screenManager; QTime screenManagerOn; QTime screenManagerOff; + int xmlInterval; QTimer* timer ; QTime lastXml; @@ -73,6 +75,8 @@ QString screenid; QString xmlUrl; QString path; + + ClockOverlay* clockOverlay; }; #endif //MAINVIEW_H