Drag and drop not working on Linux (KDE)
Closed this issue · 1 comments
kefir500 commented
Issue:
Drag and drop not working on Linux (KDE).
OS:
Kubuntu 16.04.
Solution:
Use QMimeData::hasUrls()
instead of QMimeData::hasText()
in the MainWindow::dropEvent()
.
Tasks:
- Commit the solution
- Test on Linux (KDE)
- Test on Linux (Gnome)
- Test on Windows
- Test on OS X