1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00

Qt: avoid redefine warning

This commit is contained in:
Jean-Baptiste Kempf 2015-03-25 15:40:52 +01:00
parent 1e9e0e3cb9
commit d1305a887f

View 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" )