code warnings cleaned
[qtmeetings] / src / BusinessLogic / Engine.h
index c58e423..39ba221 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;
@@ -189,14 +198,13 @@ private:
 
 private:
        static QTime endOfTheDay;
-
-       WindowManager *iWindowManager;
        
        QTimer *iIdleTimeCounter;
        Clock *iClock;
        QDate iCurrentDate;
        Configuration *iConfiguration;
        CommunicationManager *iCommunication;
+       WindowManager *iWindowManager;
        DeviceManager *iDevice;
        UIManager *iUIManager;