Remove unused variable
This commit is contained in:
parent
2838061f10
commit
a19c66b79f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue