Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.1
-
cf3e0559b01b249a6ec06f8826e8e05aca1301ec (qt/qtdeclarative/dev) 224cebe0d96af0f3f4de27aff03918fc319687fa (qt/qtdeclarative/6.0)
Description
import QtQuick 2.15 import QtQml 2.15
turned to
import QtQml 2.15 import QtQuick 2.15
it's a bug since it's make QtQml import fail (needed for example to use `restoreMode` in Binding)
Attachments
Issue Links
- relates to
-
QTBUG-81787 QtQml import has to come after QtQuick in order to avoid Binding's restoreMode warning
- Closed