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

Rectangle {
    border.width: 1

    gradient: Gradient {}
}