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

Qt: avoid redefine warning

parent 1e9e0e3c
......@@ -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" )
......
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