summary refs log tree commit diff
path: root/src/timeline/InputBar.h
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-12-18 12:49:24 -0500
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-07 14:04:50 +0100
commit07ac7b7e85b504953b0a751a3f56b60ce0a6fb37 (patch)
tree31bbb685ab74f634a34303701f1ed9c7e2a1a8c7 /src/timeline/InputBar.h
parentFix one-way video calls (diff)
downloadnheko-07ac7b7e85b504953b0a751a3f56b60ce0a6fb37.tar.xz
Port PlaceCall dialog to Qml
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r--src/timeline/InputBar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h
index 89ca34fe..c729a6fc 100644
--- a/src/timeline/InputBar.h
+++ b/src/timeline/InputBar.h
@@ -41,7 +41,6 @@ public slots:
         void updateState(int selectionStart, int selectionEnd, int cursorPosition, QString text);
         void openFileSelection();
         bool uploading() const { return uploading_; }
-        void callButton();
         void message(QString body);
 
         QObject *completerFor(QString completerName);