aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/inputmethods/inputmethods.qmlproject
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-10-12 11:21:29 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-18 01:47:37 +0200
commitb97367494f9e3b753de907e8fbf3d668a00d5f44 (patch)
treef35e496d939c8dfddea30ab53f1176f53e2224ba /examples/declarative/inputmethods/inputmethods.qmlproject
parent8ff1f926ea1d18b226060b4ea1bf6924eceba8c6 (diff)
Remove the InputContext module.
The input context module provided a bridge between QML and a QInputContext which allowed an application to implement it's own input method in-process. However since QInputContext has been replaced and now only exists as a QWidget compatibility API this module no longer works with the QtQuick 2 items and porting it to the new QPlatformInputContext API does not seem to be an option as there is no way to override the instance provided by the platform integration. Change-Id: Ica602377436fcea42b9ffd05e1b347e2ee52acc8 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples/declarative/inputmethods/inputmethods.qmlproject')
-rw-r--r--examples/declarative/inputmethods/inputmethods.qmlproject16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/declarative/inputmethods/inputmethods.qmlproject b/examples/declarative/inputmethods/inputmethods.qmlproject
deleted file mode 100644
index d4909f8685..0000000000
--- a/examples/declarative/inputmethods/inputmethods.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ " ../exampleplugin " ]
-}