summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandintegration.h
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2011-09-13 11:32:41 +0300
committerQt by Nokia <qt-info@nokia.com>2011-09-14 21:30:42 +0200
commit486f1c284c5c795fd440cde600db70c200c229c5 (patch)
tree1a9cc6a5f68c6ef4f1d716278b8cca169dc5c8df /src/plugins/platforms/wayland/qwaylandintegration.h
parent5227ca6ffee3afa2e5c5d7450d80a6ebda44470b (diff)
Use QPlaftormInputContextFactory to load input context in Wayland plugin
Change-Id: Icd1d934463b550f0fcdf7d58df7c4fd1acb77ad8 Reviewed-on: http://codereview.qt-project.org/4740 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylandintegration.h')
-rw-r--r--src/plugins/platforms/wayland/qwaylandintegration.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandintegration.h b/src/plugins/platforms/wayland/qwaylandintegration.h
index 61e8559a7d..b891cdc1fc 100644
--- a/src/plugins/platforms/wayland/qwaylandintegration.h
+++ b/src/plugins/platforms/wayland/qwaylandintegration.h
@@ -70,11 +70,14 @@ public:
QPlatformDrag *drag() const;
+ QPlatformInputContext *inputContext() const;
+
private:
QPlatformFontDatabase *mFontDb;
QAbstractEventDispatcher *mEventDispatcher;
QWaylandDisplay *mDisplay;
QPlatformNativeInterface *mNativeInterface;
+ QPlatformInputContext *mInputContext;
};
QT_END_NAMESPACE