]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.hpp
Move the track id from the last column to the first one in the playlist dialog and...
[vlc] / modules / gui / qt4 / qt4.hpp
index 220fc2822d6d8418c99f10e6be0671b93a23b1fa..c06c5fb97325a20a5a9144a35bc6397c772315bb 100644 (file)
 
 #define HAS_QT43 ( QT_VERSION >= 0x040300 )
 
-/* Add define for duration, VLC_META_ENGINE doesn't include it */
-#define VLC_META_ENGINE_DURATION   0x00000002
-#define VLC_META_DURATION          N_( "Duration" )
-
 #define QT_NORMAL_MODE 0
 #define QT_ALWAYS_VIDEO_MODE 1
 #define QT_MINIMAL_MODE 2