diff options
author | Jan Arne Petersen <jan.petersen@kdab.com> | 2016-04-18 22:49:16 +0200 |
---|---|---|
committer | Jan Arne Petersen <jan.petersen@kdab.com> | 2016-04-26 14:12:48 +0000 |
commit | 5a12ca82b2885e66958d287150fe5ad6b0a471ea (patch) | |
tree | c6a045c0b97d73e12d41474ec97d4c5c4581a5c7 | |
parent | b04a737dc694064b4fd507f0f52a7b9537c09bc7 (diff) | |
download | qtwayland-5a12ca82b2885e66958d287150fe5ad6b0a471ea.tar.gz |
Update the virtual keyboard import
Qtvirtual Keyboard dropped the enterprise from its import names.
Change-Id: Ie7bfda14d77d0e72fa25ef85d9762a8ca62a87ab
Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
-rw-r--r-- | examples/wayland/pure-qml/qml/Keyboard.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/qml/Keyboard.qml b/examples/wayland/pure-qml/qml/Keyboard.qml index 37bece9e..de88808e 100644 --- a/examples/wayland/pure-qml/qml/Keyboard.qml +++ b/examples/wayland/pure-qml/qml/Keyboard.qml @@ -39,7 +39,7 @@ ****************************************************************************/ import QtQuick 2.5 -import QtQuick.Enterprise.VirtualKeyboard 2.0 +import QtQuick.VirtualKeyboard 2.1 InputPanel { id: inputPanel |