Commit 37607cf9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: more fixes for x64

parent 5a7b2f11
...@@ -711,7 +711,7 @@ void ExtV4l2::Refresh( void ) ...@@ -711,7 +711,7 @@ void ExtV4l2::Refresh( void )
{ {
combobox->addItem( combobox->addItem(
text2.p_list->p_values[j].psz_string, text2.p_list->p_values[j].psz_string,
val2.p_list->p_values[j].i_int ); qlonglong( val2.p_list->p_values[j].i_int) );
if( i_val == val2.p_list->p_values[j].i_int ) if( i_val == val2.p_list->p_values[j].i_int )
combobox->setCurrentIndex( j ); combobox->setCurrentIndex( j );
} }
......
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