summary refs log tree commit diff
path: root/include/ChatPage.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-07 20:50:32 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-07 20:51:35 +0300
commit6e1285bb0e1f1d2b4aa443c72521c9b1f3255bfb (patch)
treebc107bf979c8f3c796f6e95e9c106d55ddc171a0 /include/ChatPage.h
parentUse shared pointer for the modals (diff)
downloadnheko-6e1285bb0e1f1d2b4aa443c72521c9b1f3255bfb.tar.xz
Prevent FOUC
Diffstat (limited to 'include/ChatPage.h')
-rw-r--r--include/ChatPage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ChatPage.h b/include/ChatPage.h
index f64d9589..0a6d303b 100644
--- a/include/ChatPage.h
+++ b/include/ChatPage.h
@@ -96,6 +96,7 @@ private:
         TextInputWidget *text_input_;
         TypingDisplay *typingDisplay_;
 
+        QTimer *consensusTimer_;
         QTimer *sync_timer_;
         int sync_interval_;