summary refs log tree commit diff
path: root/src/TextInputWidget.h
diff options
context:
space:
mode:
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);