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

Item {
    Extended { }
    ExtendedIndirect { }
    ExtendedTwice { }

    NamespaceExtended { }
    NonNamespaceExtended { }
}