diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-11-20 04:36:13 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-11-25 19:05:12 +0100 |
commit | b47d2a809c533d74eddce67683c0cbda8ca71446 (patch) | |
tree | 72d35feb5034dce06e34010a95fb750b881657c7 /src/ChatPage.h | |
parent | Qml emoji completer (diff) | |
download | nheko-b47d2a809c533d74eddce67683c0cbda8ca71446.tar.xz |
Remove old Textinput
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h index 37abafa0..273ba4af 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -46,7 +46,6 @@ class QuickSwitcher; class RoomList; class SideBarActions; class Splitter; -class TextInputWidget; class TimelineViewManager; class UserInfoWidget; class UserSettings; @@ -251,8 +250,6 @@ private: TimelineViewManager *view_manager_; SideBarActions *sidebarActions_; - TextInputWidget *text_input_; - QTimer connectivityTimer_; std::atomic_bool isConnected_; |