Skip to content

Commit

Permalink
Fix bug that VirtualKeyboardSettings is undefined
Browse files Browse the repository at this point in the history
Add missing import causing:
"ReferenceError: VirtualKeyboardSettings is not defined"

Change-Id: I0537057a9cc5f2a9ea82c18ab94acd9da6a833c8
Reviewed-by: Shrikant Dhumal <[email protected]>
  • Loading branch information
Erik Botö authored and shdhumalqtio committed Oct 5, 2016
1 parent f29be50 commit e720488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/com.theqtcompany.i18ndemo/Languages.qml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import QtQuick.Controls 2.0
import QtQuick.Layouts 1.3

import com.theqtcompany.comtqci18ndemo 1.0
import QtQuick.VirtualKeyboard.Settings 2.1

import controls 1.0
import utils 1.0
Expand Down

0 comments on commit e720488

Please sign in to comment.