aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/nonExistingICUser2.qml
blob: 5c24962deffcd9a43f0e09fb569502e2330a39bc (plain)
1
2
3
4
5
import QtQuick 2.15

Item {
    InlineComponentProvider.NotExisting {}
}