UI: Fix simple stream encoder changed signal-slot connection

This commit is contained in:
gxalpha
2023-03-28 02:20:24 +02:00
committed by Matt Gajownik
parent 712a6c3b33
commit 454a701431

View File

@@ -1012,7 +1012,7 @@ OBSBasicSettings::OBSBasicSettings(QWidget *parent)
SLOT(UseStreamKeyAdvClicked()));
connect(ui->simpleOutStrAEncoder, SIGNAL(currentIndexChanged(int)),
this, SLOT(SimpleStreamAudioEncoderChanged));
this, SLOT(SimpleStreamAudioEncoderChanged()));
connect(ui->advOutAEncoder, SIGNAL(currentIndexChanged(int)), this,
SLOT(AdvAudioEncodersChanged()));
connect(ui->advOutRecAEncoder, SIGNAL(currentIndexChanged(int)), this,