summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@digia.com>2014-03-31 16:17:43 +0300
committerKimmo Ollila <kimmo.ollila@digia.com>2014-04-01 14:00:01 +0300
commit6fb348b4e49b0213bf8df09328768b6fdfeda97d (patch)
tree8d2fe12185435f8eb2b646e5412b5e2d5dd04305
parent5ac908cc0ec39534ccd341dd3af6cb1eea69f11a (diff)
Remove incorrect assingment of QUrl to bool
Change-Id: Ibf21934a0fdd2cd53bb4f26853fdfb7e97833bf9 Reviewed-by: Kimmo Ollila <kimmo.ollila@digia.com>
-rw-r--r--QtDemo/qml/QtDemo/demos/video/VideoDelegate.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/QtDemo/qml/QtDemo/demos/video/VideoDelegate.qml b/QtDemo/qml/QtDemo/demos/video/VideoDelegate.qml
index 6109f81..3e0faf6 100644
--- a/QtDemo/qml/QtDemo/demos/video/VideoDelegate.qml
+++ b/QtDemo/qml/QtDemo/demos/video/VideoDelegate.qml
@@ -86,8 +86,6 @@ Item {
anchors.bottom: parent.bottom
color: "Black"
opacity: 0.5
- visible: iconImage.source
-
}
Text {