summary refs log tree commit diff
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-10-29 19:47:09 -0400
committertrilene <trilene@runbox.com>2020-10-29 19:47:09 -0400
commita19c66b79f7712f96fffd6fdaf56f87d651ef1ca (patch)
tree77eddcee5aadeaf3598e03ace8464fc552518689
parentAvoid std::from_chars for now (diff)
downloadnheko-a19c66b79f7712f96fffd6fdaf56f87d651ef1ca.tar.xz
Remove unused variable
-rw-r--r--src/dialogs/PlaceCall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/PlaceCall.cpp b/src/dialogs/PlaceCall.cpp

index 3dd01acb..85a398a2 100644 --- a/src/dialogs/PlaceCall.cpp +++ b/src/dialogs/PlaceCall.cpp
@@ -100,7 +100,7 @@ PlaceCall::PlaceCall(const QString &callee, if (videoBtn_) layout->addWidget(cameraCombo_); - connect(voiceBtn_, &QPushButton::clicked, this, [this, settings, session]() { + connect(voiceBtn_, &QPushButton::clicked, this, [this, settings]() { settings->setMicrophone( QString::fromStdString(microphones_[microphoneCombo_->currentIndex()])); emit voice();