]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/extended_panels.cpp
Qt: more fixes for x64
[vlc] / modules / gui / qt4 / components / extended_panels.cpp
index 0f12f3aa2cbd04a87646b7e898a43d819cd7a74a..ac2eb923fc51325b1b747993b7a4a1fb69699cfe 100644 (file)
@@ -711,7 +711,7 @@ void ExtV4l2::Refresh( void )
                         {
                             combobox->addItem(
                                        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 )
                                 combobox->setCurrentIndex( j );
                         }