aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/singletonTest14.qml
blob: 7fad45be5d1a0f47bae9be14f92834a60084e148 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0
import "singleton/qmldir-error"

Item {
    property int value1: SType2.testProp1;
    property string value2: "Test value: " + SType2.testProp3;
}