summary refs log tree commit diff
path: root/include/ChatPage.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-02 15:30:08 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-02 15:30:08 +0300
commit7f69c718143dff456a766c786546a93dd0ee1a75 (patch)
tree3b37cfd9121de5c5c672fb28d17ae895e8fa60b9 /include/ChatPage.h
parentShow user avatar for messages on different day or time gap > 15 mins (diff)
downloadnheko-7f69c718143dff456a766c786546a93dd0ee1a75.tar.xz
Handle invalid access token
Diffstat (limited to 'include/ChatPage.h')
-rw-r--r--include/ChatPage.h2
1 files changed, 1 insertions, 1 deletions
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> userSettings() { return userSettings_; }
         QSharedPointer<Cache> cache() { return cache_; }
+        void deleteConfigs();
 
 signals:
         void contentLoaded();
@@ -126,7 +127,6 @@ private:
         void updateTypingUsers(const QString &roomid, const std::vector<std::string> &user_ids);
 
         void loadStateFromCache();
-        void deleteConfigs();
         void resetUI();
         //! Decides whether or not to hide the group's sidebar.
         void setGroupViewState(bool isEnabled);