From 23acbf18ce1253628a4fae9743017756b9d97e16 Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Tue, 23 Jun 2009 11:28:33 +1000 Subject: Small cache, as documented. --- src/declarative/fx/qfxpainteditem_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarative/fx/qfxpainteditem_p.h b/src/declarative/fx/qfxpainteditem_p.h index 61d89fd..21ac556 100644 --- a/src/declarative/fx/qfxpainteditem_p.h +++ b/src/declarative/fx/qfxpainteditem_p.h @@ -68,7 +68,7 @@ class QFxPaintedItemPrivate : public QFxItemPrivate public: QFxPaintedItemPrivate() - : max_imagecache_size(1000*1000), smooth(false) + : max_imagecache_size(100000), smooth(false) { } -- cgit v0.12