Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.14.0 RC1
-
None
-
459ec87b0abdd476d415946ed07c8490c10b97f0 (qt/qtvirtualkeyboard/5.14.0)
Description
QtVirtualKeyboard outputs large number of QML Binding warnings when running against Qt 5.14
qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:137:5: QML Binding: Not restoring previous value because restoreMode has not been set.This behavior is deprecated.In Qt < 6.0 the default is Binding.RestoreBinding.In Qt >= 6.0 the default is Binding.RestoreBindingOrValue. qrc:/QtQuick/VirtualKeyboard/content/components/Keyboard.qml:540:5: QML Binding: Not restoring previous value because restoreMode has not been set.This behavior is deprecated.In Qt < 6.0 the default is Binding.RestoreBinding.In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.
Attachments
Issue Links
- resulted from
-
QTBUG-78566 Binding QML Type does not warn on qt.qml.binding.removal
- Closed