aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/brokenNamespace.qml
blob: 45f20b941ce87ccf99fc98ccda38507daf1610bf (plain)
1
2
3
4
5
import QtQuick as T

T.Item {
    objectName: T.some.bs
}