Hi All,
I'm developing a file manager on mac ; ) I am developing the file drag & drop function using QDrag (http://doc.qt.io/qt-4.8/qdrag.html)
Basically I'm dropping uri list (text/uri-list) mime as the finder does.
It seems to work most of the time, (Finder, Skype, Qt Creator, etc) but for some reason VLC player doesn't seem to accept the drop.
Is there some special way VLC player requires?
Thanks!