aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/deprecatedFunctionInherited.qml
blob: 016453072032253a5b633c8eed21629611a7e51e (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

DeprecatedFunctions {
    Component.onCompleted: {
        deprecatedInherited();
    }
}