aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/anchors3.qml
blob: 272829165163bb4f28c2bda8592f7800759f78fe (plain)
1
2
3
4
5
6
import QtQuick 2.15

Rectangle {
    anchors.horizontalCenter: parent
    anchors.verticalCenter: parent
}