aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-13 10:11:05 +1000
committerBea Lam <bea.lam@nokia.com>2010-07-13 10:11:05 +1000
commitf0cb984638352c5e68014358356f97541bf12f71 (patch)
tree912a18db27d8b38fee15596e7bf0b29045e5d988 /src/plugins/qmldesigner/components/stateseditor/stateslist.qml
parente33b00c9ea783abdc33f32dcf67253adf081444a (diff)
Fix QmlDesigner following removal of Image::pixmap property. This creates
image providers to supply pixmaps so that the Image::source property can be used instead. Reviewed-by: kkoehne
Diffstat (limited to 'src/plugins/qmldesigner/components/stateseditor/stateslist.qml')
-rw-r--r--src/plugins/qmldesigner/components/stateseditor/stateslist.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
index dc2b649e35..2a552c32bb 100644
--- a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
+++ b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml
@@ -145,7 +145,7 @@ Rectangle {
anchors.bottomMargin: 9
Image {
anchors.centerIn:parent
- pixmap: statePixmap
+ source: stateImageSource
Rectangle {
anchors.fill:parent
color:"transparent"