Merge branch 'master' into dev_local
[qtmeetings] / src / BusinessLogic / Engine.h
index 5f99630..39e4c99 100644 (file)
@@ -180,6 +180,8 @@ private:
        QTimer *iAutoRefresh;
 
        QList<Meeting*> iMeetings;
+       
+       bool iCommunicationFailed;
 };
 
 #endif /*ENGINE_H_*/