]> git.sesse.net Git - vlc/commit
Fix drop MimeData on Windows... Close #1911
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 10 Sep 2008 06:21:22 +0000 (23:21 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 10 Sep 2008 06:32:27 +0000 (23:32 -0700)
commitf4f357d27e36425875bfb02c1164e6f837724cbf
treefd857f4de4ee40e4d789dad8ddb641d39d7f9e7f
parent5539b7c5198fde056ccac295e4bb634f4cc7655c
Fix drop MimeData on Windows... Close #1911

In fact Qt uses always / as a separator, so introduce a function named toNativeSeparator (inspired from QDir) to fix this on Win$uck$
(cherry picked from commit de25484831fc71e0a8e24dd859e2186c77e7d5b2)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/dialogs/playlist.cpp
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/qt4.hpp