clang-format
This commit is contained in:
parent
da27670cbe
commit
44cfc8d22a
4 changed files with 16 additions and 21 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue