aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/unusedAttached.qml
blob: 5bae1ef8c8f5237fcf360c69abb079ee3c4d0581 (plain)
1
2
3
4
5
import QtQuick

Item {
    KeyNavigation.priority: KeyNavigation.BeforeItem
}