From 7f69c718143dff456a766c786546a93dd0ee1a75 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 2 May 2018 15:30:08 +0300 Subject: Handle invalid access token --- include/ChatPage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ChatPage.h') diff --git a/include/ChatPage.h b/include/ChatPage.h index 1582db06..147ff6b2 100644 --- a/include/ChatPage.h +++ b/include/ChatPage.h @@ -81,6 +81,7 @@ public: QSharedPointer userSettings() { return userSettings_; } QSharedPointer cache() { return cache_; } + void deleteConfigs(); signals: void contentLoaded(); @@ -126,7 +127,6 @@ private: void updateTypingUsers(const QString &roomid, const std::vector &user_ids); void loadStateFromCache(); - void deleteConfigs(); void resetUI(); //! Decides whether or not to hide the group's sidebar. void setGroupViewState(bool isEnabled); -- cgit 1.5.1