aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/QmltcTests/importNamespace.qml
blob: 5484b9f8a6242368f7dd3e475b3ce5b2d485910e (plain)
1
2
3
4
5
6
import QtQuick as QQ
QQ.Text {
    text: "hello, world"

    QQ.Text {}
}