RoundShadow is a local component

This commit is contained in:
Sebastian Kügler 2012-01-11 00:17:41 +01:00
parent 1cffdbe741
commit cbbcb4762f

View File

@ -144,7 +144,7 @@ Item {
property int right: 8 property int right: 8
property int bottom: 8 property int bottom: 8
} }
Private.RoundShadow { RoundShadow {
anchors.fill: parent anchors.fill: parent
state: (internal.userPressed || checked) ? "hidden" : "shadow" state: (internal.userPressed || checked) ? "hidden" : "shadow"
} }