Commit e39152fa authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 add a small define that could help to fight Qt43 bugs.

parent 0cb5636a
......@@ -30,6 +30,8 @@
#include <QEvent>
#define 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")
......
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