diff options
Diffstat (limited to 'widgets/CachingImage.qml')
| -rw-r--r-- | widgets/CachingImage.qml | 2 |
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) |