aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/unused_multi.qml
blob: f078eadf0cdf2d5bf7b83732aa9ea3fe73125908 (plain)
1
2
3
4
5
6
7
// This is the one kind of unused import we currently do not warn about:
// If two imports provide the same type, one of them could be considered unused.
// We do not however warn here because there might be legitimate reasons why a user would want this.
import QtQuick
import QtQml

QtObject {}