]> git.sesse.net Git - vlc/commitdiff
Qt: more fixes for x64
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 3 Jul 2010 12:17:45 +0000 (14:17 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 3 Jul 2010 12:17:45 +0000 (14:17 +0200)
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 );
                         }