Commit 91694c93 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - privacy dialog... What about saving those options ?

parent 3eb935ba
......@@ -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++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment