aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/qvariant.qml
blob: a9a297887616b2c3d511d4b124376d5656f38e0e (plain)
1
2
3
4
5
import QtQml

QtObject {
    property int len: Qt.color().length
}