summaryrefslogtreecommitdiffstats
path: root/QtDemo/qml/QtDemo/demos/gridrssnews/RssDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'QtDemo/qml/QtDemo/demos/gridrssnews/RssDelegate.qml')
-rw-r--r--QtDemo/qml/QtDemo/demos/gridrssnews/RssDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtDemo/qml/QtDemo/demos/gridrssnews/RssDelegate.qml b/QtDemo/qml/QtDemo/demos/gridrssnews/RssDelegate.qml
index b0c2047..162364b 100644
--- a/QtDemo/qml/QtDemo/demos/gridrssnews/RssDelegate.qml
+++ b/QtDemo/qml/QtDemo/demos/gridrssnews/RssDelegate.qml
@@ -86,7 +86,7 @@ Rectangle {
anchors.bottom: parent.bottom
color: "Black"
opacity: 0.5
- visible: iconImage.source
+ visible: iconImage.source !== ""
}