Commit c518343c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: disable implicit cast from QString to (const) char *

This enforces the use of qtu() or whatever appropriate.
parent ab3dce8b
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <vlc_interface.h> /* intf_thread_t */ #include <vlc_interface.h> /* intf_thread_t */
#include <vlc_playlist.h> /* playlist_t */ #include <vlc_playlist.h> /* playlist_t */
#define QT_NO_CAST_TO_ASCII
#include <QString> #include <QString>
#if ( QT_VERSION < 0x040400 ) #if ( QT_VERSION < 0x040400 )
......
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