Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
91694c93
Commit
91694c93
authored
Nov 24, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - privacy dialog... What about saving those options ?
parent
3eb935ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
91694c93
...
...
@@ -440,6 +440,7 @@ void MainInterface::privacyDialog( QList<ConfigControl *> controls )
{ \
control = new type ## ConfigControl( VLC_OBJECT(p_intf), \
p_config, options, false, optionsLayout, line ); \
controls.append( control ); \
}
#define CONFIG_GENERIC_NOBOOL( option, type ) \
...
...
@@ -448,6 +449,7 @@ void MainInterface::privacyDialog( QList<ConfigControl *> controls )
{ \
control = new type ## ConfigControl( VLC_OBJECT(p_intf), \
p_config, options, optionsLayout, line ); \
controls.append( control ); \
}
CONFIG_GENERIC
(
"album-art"
,
IntegerList
);
line
++
;
...
...
Write
Preview
Supports
Markdown
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