diff options
Diffstat (limited to 'src/declarative/fx/qfxpainteditem_p.h')
-rw-r--r-- | src/declarative/fx/qfxpainteditem_p.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxpainteditem_p.h b/src/declarative/fx/qfxpainteditem_p.h index 06e80ff..f01936d 100644 --- a/src/declarative/fx/qfxpainteditem_p.h +++ b/src/declarative/fx/qfxpainteditem_p.h @@ -63,7 +63,7 @@ class QFxPaintedItemPrivate : public QFxItemPrivate public: QFxPaintedItemPrivate() - : max_imagecache_size(100000), smooth(false), fillColor(Qt::transparent) + : max_imagecache_size(100000), fillColor(Qt::transparent) { } @@ -78,7 +78,6 @@ public: QList<ImageCacheItem*> imagecache; int max_imagecache_size; - bool smooth; QSize contentsSize; QColor fillColor; }; |