summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosintegration.h
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2012-12-11 15:12:40 +0100
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-02-27 23:55:53 +0100
commitc558c5c1b82256fc8c8e9e6f947eda6164ea59e8 (patch)
tree97234bb966793c0b5f144ac8dcd55336dc081d39 /src/plugins/platforms/ios/qiosintegration.h
parent60294e0aa381419b897317e3eec208d98ca8b4aa (diff)
iOS: add class QIOSInputContext (to handle keyboard)
This change will add an initial implementation of the QPlatformInputContext for dealing with the keyboard. Change-Id: I29c1cfbbebb8456977b8a1db0e966973cd2c24a5 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'src/plugins/platforms/ios/qiosintegration.h')
-rw-r--r--src/plugins/platforms/ios/qiosintegration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/ios/qiosintegration.h b/src/plugins/platforms/ios/qiosintegration.h
index 363d267716..9e6dadc5a1 100644
--- a/src/plugins/platforms/ios/qiosintegration.h
+++ b/src/plugins/platforms/ios/qiosintegration.h
@@ -59,6 +59,7 @@ public:
QPlatformOpenGLContext *createPlatformOpenGLContext(QOpenGLContext *context) const;
QPlatformFontDatabase *fontDatabase() const;
+ QPlatformInputContext *inputContext() const;
QVariant styleHint(StyleHint hint) const;
@@ -69,6 +70,7 @@ public:
private:
QPlatformFontDatabase *m_fontDatabase;
+ QPlatformInputContext *m_inputContext;
QPlatformScreen *m_screen;
};