aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/unused_prefix.qml
blob: a54d74390a7ed1a7db9b2f1867cf5efc6f49bd36 (plain)
1
2
3
4
5
import QtQml as Qml // Unused due to being prefixed
import QtQuick

QtObject {
}