summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformdrag_qpa.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a startDrag to QPlatformDragLars Knoll2011-06-071-0/+1
| | | | | | | | This can be used to initialize data when a drag starts. The Xdnd implementation at least has a need for it. Reviewed-by: Samuel
* add a platform interface for DnDLars Knoll2011-06-011-0/+66
Use the simple in process DnD implementation for xcb.