aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/qtbug_24448.qml
blob: d8d305d104833e27eb122e33adb316371cc116ac (plain)
1
2
3
4
5
6
7
import "qtbug_24448.js" as Test
import QtQuick 2.0

QtObject {
    property bool test: Test.test
}