1 files changed, 1 insertions, 1 deletions
diff --git a/include/ChatPage.h b/include/ChatPage.h
index 93b98a76..0eae3838 100644
--- a/include/ChatPage.h
+++ b/include/ChatPage.h
@@ -86,7 +86,6 @@ private slots:
void setOwnAvatar(const QPixmap &img);
void initialSyncCompleted(const mtx::responses::Sync &response);
void syncCompleted(const mtx::responses::Sync &response);
- void syncFailed(const QString &msg);
void changeTopRoomInfo(const QString &room_id);
void logout();
void addRoom(const QString &room_id);
@@ -157,6 +156,7 @@ private:
// Safety net if consensus is not possible or too slow.
QTimer *showContentTimer_;
QTimer *consensusTimer_;
+ QTimer *syncTimeoutTimer_;
QString current_room_;
QString current_community_;
|