summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-06-23 01:28:33 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-06-23 01:28:33 (GMT)
commit23acbf18ce1253628a4fae9743017756b9d97e16 (patch)
tree4b87134b968c6b7f8df4f51fab162a190f883b48
parenta661bbf81258f73bc8734302f69a5b6e3ca5e317 (diff)
downloadQt-23acbf18ce1253628a4fae9743017756b9d97e16.zip
Qt-23acbf18ce1253628a4fae9743017756b9d97e16.tar.gz
Qt-23acbf18ce1253628a4fae9743017756b9d97e16.tar.bz2
Small cache, as documented.
-rw-r--r--src/declarative/fx/qfxpainteditem_p.h2
1 files changed, 1 insertions, 1 deletions
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)
{
}