summary refs log tree commit diff
path: root/src/TextInputWidget.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/TextInputWidget.h
parentTranslated using Weblate (Estonian) (diff)
downloadnheko-da27670cbe474cf7e4f487b11d58c63e7cefb976.tar.xz
Port ActiveCallBar to Qml
Diffstat (limited to 'src/TextInputWidget.h')
-rw-r--r--src/TextInputWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TextInputWidget.h b/src/TextInputWidget.h

index 3aa05c39..f4ca980e 100644 --- a/src/TextInputWidget.h +++ b/src/TextInputWidget.h
@@ -164,7 +164,7 @@ public slots: void openFileSelection(); void hideUploadSpinner(); void focusLineEdit() { input_->setFocus(); } - void changeCallButtonState(WebRTCSession::State); + void changeCallButtonState(webrtc::State); private slots: void addSelectedEmoji(const QString &emoji);