summary refs log tree commit diff
path: root/src/TextInputWidget.cpp
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-09-22 12:14:15 -0400
committertrilene <trilene@runbox.com>2020-09-22 12:14:15 -0400
commit44cfc8d22afd5b7522a13f52af67839de6a37dcc (patch)
tree2c6c0f1940f861d2e3efdcee841d03d7d997d01d /src/TextInputWidget.cpp
parentPort ActiveCallBar to Qml (diff)
downloadnheko-44cfc8d22afd5b7522a13f52af67839de6a37dcc.tar.xz
clang-format
Diffstat (limited to 'src/TextInputWidget.cpp')
-rw-r--r--src/TextInputWidget.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/TextInputWidget.cpp b/src/TextInputWidget.cpp

index a7d9797e..f0d23e21 100644 --- a/src/TextInputWidget.cpp +++ b/src/TextInputWidget.cpp
@@ -779,8 +779,7 @@ void TextInputWidget::changeCallButtonState(webrtc::State state) { QIcon icon; - if (state == webrtc::State::ICEFAILED || - state == webrtc::State::DISCONNECTED) { + if (state == webrtc::State::ICEFAILED || state == webrtc::State::DISCONNECTED) { callBtn_->setToolTip(tr("Place a call")); icon.addFile(":/icons/icons/ui/place-call.png"); } else {