Merge branch 'master' into dev_local
[qtmeetings] / src / UserInterface / Views / RoomStatusIndicatorWidget.h
index b85cff0..465c6e1 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef ROOMSTATUSINDICATORWIDGET_H_\r
 #define ROOMSTATUSINDICATORWIDGET_H_\r
 \r
-#include "ObservedWidget.h"\r
+#include "ViewBase.h"\r
 #include <QTime>\r
 #include <QKeyEvent>\r
 #include <QTabletEvent>\r
@@ -19,7 +19,7 @@ class TimeDisplayWidget;
  * and disappears if there is any. Its function is to behave like a screen saver on one hand, and\r
  * to provide details about the current availability on the other hand.\r
  */\r
-class RoomStatusIndicatorWidget : public ObservedWidget\r
+class RoomStatusIndicatorWidget : public ViewBase\r
 {\r
        Q_OBJECT\r
 \r
@@ -55,6 +55,8 @@ public slots:
         * \param aUntil The new time until the specified status is valid.\r
         */\r
        void statusChanged( const Room::Status aStatus, const QTime aUntil );\r
+       \r
+       void viewResized(const QSize &newSize, const QSize &oldSize) { }\r
 \r
 private:\r
        //! Translates the status into human readable text.\r