summaryrefslogtreecommitdiffstats
path: root/VideoSlide.qml
diff options
context:
space:
mode:
Diffstat (limited to 'VideoSlide.qml')
-rw-r--r--VideoSlide.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/VideoSlide.qml b/VideoSlide.qml
index b2cae06..95479ef 100644
--- a/VideoSlide.qml
+++ b/VideoSlide.qml
@@ -94,7 +94,7 @@ Slide {
visible: false
}
- centeredText: video.hasVideo ? "" : "'bunny.mov' is not found or cannot be played..."
+ centeredText: video.hasVideo ? "" : "'bunny.mov' is not found or cannot be played: " + video.errorString
onVisibleChanged: {
if (slide.visible)