summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/data/cycleHead.qml
blob: 3cc5e9acdf6e471e60bb022480a228d9de6a0e90 (plain)
1
2
3
4
5
6
import Cycle
import QtQuick

Item {
    MenuItem {}
}