]> git.sesse.net Git - vlc/commitdiff
Qt: avoid redefine warning
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Mar 2015 14:40:52 +0000 (15:40 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Mar 2015 14:40:52 +0000 (15:40 +0100)
modules/gui/qt4/qt4.cpp

index a94e94cb3aa2115802ae829e6de0c5030a4634d3..f0d58917c9821167462fbfd9c06c2e7822e99853 100644 (file)
@@ -26,6 +26,8 @@
 # include "config.h"
 #endif
 
+#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
+
 #include <QApplication>
 #include <QDate>
 #include <QMutex>
@@ -202,8 +204,6 @@ static const char *const psz_continue_list_text[] =
     { N_("Never"), N_("Ask"), N_("Always") };
 
 
-#define VLC_MODULE_LICENSE VLC_LICENSE_GPL_2_PLUS
-
 /**********************************************************************/
 vlc_module_begin ()
     set_shortname( "Qt" )