Commit 5e98d6da authored by Ilkka Ollakka's avatar Ilkka Ollakka

qt4: fix preferences widget compile

parent f87e9843
......@@ -541,7 +541,7 @@ void setfillVLCConfigCombo( const char *configname, intf_thread_t *p_intf,
if( string )
def = QVariant( qfu(p_config->value.psz) );
else
def = QVariant( p_config->value.i );
def = QVariant( qlonglong( p_config->value.i ) );
if(p_config->pf_update_list)
{
......
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