aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/matchByName.qml
blob: 92e00129d7717c28dddd6c10efb128cafd51b0d2 (plain)
1
2
3
4
5
6
7
8
import QtQuick
import QtQuick.Controls.Fusion

Button {
    Image {
        anchors.centerIn: parent
    }
}