aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmljsscope/data/extensions.qml
blob: 60bd4143f4590d654c6115def79d1cfc0c97d3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick
import QQmlJSScopeTests 1.0

Item {
    Extended { }
    ExtendedIndirect { }
    ExtendedTwice { }

    NamespaceExtended { }
    NonNamespaceExtended { }
}