aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/multiGrouped.qml
blob: ab6bd5bd025a005ed44d951b3f30af9a0553447f (plain)
1
2
3
4
5
6
import QtQuick

Item {
    anchors.verticalCenter: parent.verticalCenter
    anchors { right: parent.left }
}