Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
88dc9094
Commit
88dc9094
authored
Feb 21, 2010
by
Hugo Beauzee-Luyssen
Browse files
Fix merging bug.
parent
2b830399
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Gui/settings/PreferenceWidget.cpp
View file @
88dc9094
...
...
@@ -49,7 +49,7 @@ PreferenceWidget::PreferenceWidget( const QString &categorie, SettingsManager::T
foreach
(
SettingValue
*
s
,
settings
.
values
()
)
{
ISettingsCategorieWidget
*
widget
=
widgetFactory
(
s
);
layout
->
addRow
(
s
->
name
(),
new
QLabel
(
s
->
description
()
)
);
layout
->
addRow
(
s
->
name
(),
widget
->
widget
(
)
);
}
setLayout
(
layout
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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