summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandintegration.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-07-25 13:01:04 +0300
committerSamuel Rødal <samuel.rodal@nokia.com>2011-07-25 15:34:44 +0200
commitf432927ffd73be2cf732d937da2faf43c3e767aa (patch)
tree631a8dca5cb1b35843af72fcc43ec4112c0db67b /src/plugins/platforms/wayland/qwaylandintegration.h
parent43f2246995faf6c6051af862cb6d2ca64d7c08c6 (diff)
Drag and drop support in Wayland plug-in.
Change-Id: I5e4448a9b3d3df9e3a12733386079031be340a42 Reviewed-on: http://codereview.qt.nokia.com/2101 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylandintegration.h')
-rw-r--r--src/plugins/platforms/wayland/qwaylandintegration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandintegration.h b/src/plugins/platforms/wayland/qwaylandintegration.h
index 0dc3b61009..3c8b996f14 100644
--- a/src/plugins/platforms/wayland/qwaylandintegration.h
+++ b/src/plugins/platforms/wayland/qwaylandintegration.h
@@ -69,6 +69,8 @@ public:
QPlatformClipboard *clipboard() const;
+ QPlatformDrag *drag() const;
+
private:
QPlatformFontDatabase *mFontDb;
QWaylandDisplay *mDisplay;