User interface update
[qtmeetings] / src / BusinessLogic / Engine.h
index c58e423..87625a3 100644 (file)
@@ -122,6 +122,15 @@ private slots:
        
        void tick( QDateTime aCurrentDateTime );
        
+       /**
+        * Updates the current rooms info.
+        */
+       void updateRoomInfo();
+       /**
+        *
+        */
+       void configurationChanged();
+
 private:
        // Make the UIManager as friendly class so it can connect to private slots.
        friend class UIManager;