aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemsmodule.cpp
diff options
context:
space:
mode:
authorElvis Lee <kwangwoong.lee@lge.com>2017-06-22 18:40:35 +0900
committerThomas Senyk <thomas.senyk@qt.io>2020-08-17 19:27:24 +0200
commit60280cab2d96b0646469f3d85f8927c7baa166d1 (patch)
tree0f78056e3800089f9298cb0e374c5e1201227393 /src/quick/items/qquickitemsmodule.cpp
parentcfc88f30c36bc9d3ddd008887295c7f8d52de156 (diff)
webOS: Share images even if cache is false
Regardless Image::cache property, pixmap will be shared between images having same source. Image::cache property had two aspect of internal functionality. 1. Share image instance if source file is same. 2. Store cache for a while even if unreferenced. So we couldn't choose one of them with existing the cache property. In webOS, sharing image instance is quite natural. So by default, the sharing is always supported regardless the cache property. And the property will only cares the 2nd functionality to store cache. Pick-to: 5.15 Change-Id: I68208cf633ce2afd5f086a61dcc77d0f3d0da037 Task-number: QTBUG-83115 Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/items/qquickitemsmodule.cpp')
0 files changed, 0 insertions, 0 deletions