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

// the type loader will implicitly search "." for a qmldir
// and the qmldir has various syntax errors in it.

Item {
    id: root
}