mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-07 23:35:47 -04:00
UI: Fix simple stream encoder changed signal-slot connection
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user