aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/unexportedCppBase.qml
blob: c8530fd8656720d81720f27bd74b7f13b941286f (plain)
1
2
3
4
5
import QtQuick 2.0

QtObject {
    property QtObject i: Image {}
}