diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-07 20:50:32 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-07 20:51:35 +0300 |
commit | 6e1285bb0e1f1d2b4aa443c72521c9b1f3255bfb (patch) | |
tree | bc107bf979c8f3c796f6e95e9c106d55ddc171a0 /include/ChatPage.h | |
parent | Use shared pointer for the modals (diff) | |
download | nheko-6e1285bb0e1f1d2b4aa443c72521c9b1f3255bfb.tar.xz |
Prevent FOUC
Diffstat (limited to 'include/ChatPage.h')
-rw-r--r-- | include/ChatPage.h | 1 |
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_; |