aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/multifix.fixed.qml
blob: d2188f231879cb8b2662ee62a4bf043e231852d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pragma ComponentBehavior: Bound
import QtQml

QtObject {
   id: root

   property Component cursorDelegate: QtObject {
      objectName: root.objectName
   }

   property Component background: QtObject {
      objectName: root.objectName
   }
}