Skip to content
Snippets Groups Projects
Commit bd29e563 authored by Edric Milaret's avatar Edric Milaret
Browse files

settings: fix selection changed on codec panel

Issue: #80645
Change-Id: Ibf11039499a2362aeb13f1ea5ecdd6ea19d68feb
parent 68ce2e66
Branches
Tags
No related merge requests found
......@@ -142,6 +142,10 @@ AccountDetails::reloadCodec(CodecType type)
this, SLOT(audio_codec_checked(int, int)));
connect(ui->videoCodecView, SIGNAL(cellChanged(int,int)),
this, SLOT(video_codec_checked(int,int)));
connect(ui->audioCodecView, SIGNAL(itemSelectionChanged()),
this, SLOT(on_audioCodecView_itemSelectionChanged()));
connect(ui->videoCodecView, SIGNAL(itemSelectionChanged()),
this, SLOT(on_videoCodecView_itemSelectionChanged()));
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment