aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/pluginQuick_anchorsUndefined.qml
blob: 2a51cceac3f0f0987273bd5d56436ae7e913989e (plain)
1
2
3
4
5
6
7
8
9
import QtQuick

Item {
    PluginQuickAnchorsBase {
        anchors.horizontalCenter: undefined
        anchors.verticalCenter: undefined
        anchors.baseline: undefined
    }
}