aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/themerbad.qml
blob: b2b789663da0b89a591692dea3976b3f19c3e91f (plain)
1
2
3
4
5
6
7
8
import QtQml
import TestTypes

QtObject {
    // Cannot resolve QRectF as return type because TestTypes doesn't depend on QtQml
    // It still works when run through the interpreter.
    property rect r: Theme.area(Theme.BottomRight)
}