summary refs log tree commit diff
path: root/src/TextInputWidget.h
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-07-22 21:15:45 -0400
committertrilene <trilene@runbox.com>2020-07-22 21:15:45 -0400
commit88cfa3a8fa7554ab545f6779f2dda9709f72fbbb (patch)
treea0259cfd76727b27dd1538860c229aaf08ba4131 /src/TextInputWidget.h
parentUpdate mtxclient reference (diff)
downloadnheko-88cfa3a8fa7554ab545f6779f2dda9709f72fbbb.tar.xz
Polish voice call UI
Diffstat (limited to 'src/TextInputWidget.h')
-rw-r--r--src/TextInputWidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/TextInputWidget.h b/src/TextInputWidget.h

index ae58f4e3..27dff57f 100644 --- a/src/TextInputWidget.h +++ b/src/TextInputWidget.h
@@ -26,6 +26,7 @@ #include <QTextEdit> #include <QWidget> +#include "WebRTCSession.h" #include "dialogs/PreviewUploadOverlay.h" #include "emoji/PickButton.h" #include "popups/SuggestionsPopup.h" @@ -149,7 +150,7 @@ public slots: void openFileSelection(); void hideUploadSpinner(); void focusLineEdit() { input_->setFocus(); } - void changeCallButtonState(bool callStarted); + void changeCallButtonState(WebRTCSession::State); private slots: void addSelectedEmoji(const QString &emoji);