aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemoduleplugin/data/implicit2/temptest2.qml
blob: 3eb29f43da2b0ece9f0ecfe8f74b18d7fdb9345d (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

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

Item {
    id: root
}