diff options
author | trilene <trilene@runbox.com> | 2020-12-18 12:49:24 -0500 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-07 14:04:50 +0100 |
commit | 07ac7b7e85b504953b0a751a3f56b60ce0a6fb37 (patch) | |
tree | 31bbb685ab74f634a34303701f1ed9c7e2a1a8c7 /src/timeline/InputBar.h | |
parent | Fix one-way video calls (diff) | |
download | nheko-07ac7b7e85b504953b0a751a3f56b60ce0a6fb37.tar.xz |
Port PlaceCall dialog to Qml
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r-- | src/timeline/InputBar.h | 1 |
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); |