aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/data/implicit2/temptest2.qml
blob: 051c6f89048e89409c2c98f2e3ebb7e9ba816061 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

// the type loader will implicitly search "." for a qmldir
// to try and find the missing type of AItem
// and the qmldir has various syntax errors in it.

Item {
    id: root
    AItem{}
}