summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-09-22 12:07:36 -0400
committertrilene <trilene@runbox.com>2020-09-22 12:07:36 -0400
commitda27670cbe474cf7e4f487b11d58c63e7cefb976 (patch)
treed4b80df8c1214a21b1d8be5e36e8d5d6e656c80d /src/ChatPage.h
parentTranslated using Weblate (Estonian) (diff)
downloadnheko-da27670cbe474cf7e4f487b11d58c63e7cefb976.tar.xz
Port ActiveCallBar to Qml
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h2
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_;