summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxpainteditem_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxpainteditem_p.h')
-rw-r--r--src/declarative/fx/qfxpainteditem_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxpainteditem_p.h b/src/declarative/fx/qfxpainteditem_p.h
index 21ac556..4e953a0 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(100000), smooth(false)
+ : max_imagecache_size(100000), smooth(false), fillColor(Qt::transparent)
{
}
@@ -89,6 +89,7 @@ public:
int max_imagecache_size;
bool smooth;
QSize contentsSize;
+ QColor fillColor;
};
QT_END_NAMESPACE