diff options
author | trilene <trilene@runbox.com> | 2020-09-22 12:07:36 -0400 |
---|---|---|
committer | trilene <trilene@runbox.com> | 2020-09-22 12:07:36 -0400 |
commit | da27670cbe474cf7e4f487b11d58c63e7cefb976 (patch) | |
tree | d4b80df8c1214a21b1d8be5e36e8d5d6e656c80d /src/ChatPage.h | |
parent | Translated using Weblate (Estonian) (diff) | |
download | nheko-da27670cbe474cf7e4f487b11d58c63e7cefb976.tar.xz |
Port ActiveCallBar to Qml
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h index a139b5fd..6b3916a2 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -41,7 +41,6 @@ #include "notifications/Manager.h" #include "popups/UserMentions.h" -class ActiveCallBar; class OverlayModal; class QuickSwitcher; class RoomList; @@ -235,7 +234,6 @@ private: SideBarActions *sidebarActions_; TextInputWidget *text_input_; - ActiveCallBar *activeCallBar_; QTimer connectivityTimer_; std::atomic_bool isConnected_; |