summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/images/CachingImage.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/images/CachingImage.qml b/components/images/CachingImage.qml
index 2aa0558..b515622 100644
--- a/components/images/CachingImage.qml
+++ b/components/images/CachingImage.qml
@@ -16,11 +16,6 @@ Image {
sourceSize.width: sourceWidth
sourceSize.height: sourceHeight
- onStatusChanged: {
- if (!manager.usingCache && status === Image.Ready)
- CUtils.saveItem(this, manager.cachePath);
- }
-
Connections {
target: QsWindow.window