Merge branch 'master' into dev_local
[qtmeetings] / src / BusinessLogic / Engine.h
index dc538ec..a2f7020 100644 (file)
@@ -206,6 +206,8 @@ private:
        QList<Meeting*> iMeetings;
        
        Room *iCurrentRoom;
+       bool iCommunicationFailed;
+       bool iCurrentWeekFetched;
 };
 
 #endif /*ENGINE_H_*/