qtdeclarative/tests/auto/qml/qmllint/data/unused_prefix.qml

6 lines
81 B
QML

import QtQml as Qml // Unused due to being prefixed
import QtQuick
QtObject {
}