summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--widgets/CachingImage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/CachingImage.qml b/widgets/CachingImage.qml
index 692a090..85593ed 100644
--- a/widgets/CachingImage.qml
+++ b/widgets/CachingImage.qml
@@ -6,7 +6,7 @@ Image {
id: root
required property string path
- property string thumbnail: path
+ property string thumbnail
source: {
if (thumbnail)