Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
bd29e563
Commit
bd29e563
authored
Sep 21, 2015
by
Edric Milaret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings: fix selection changed on codec panel
Issue: #80645 Change-Id: Ibf11039499a2362aeb13f1ea5ecdd6ea19d68feb
parent
68ce2e66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
accountdetails.cpp
accountdetails.cpp
+4
-0
No files found.
accountdetails.cpp
View file @
bd29e563
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment