aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgpainteditem_p.h
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2011-05-03 14:41:52 +0200
committerYoann Lopes <yoann.lopes@nokia.com>2011-05-03 14:41:52 +0200
commit9267a7bce715924a96c8636a3110d90879e5927c (patch)
tree8b52a8feb99f3eaaef12ba45aaefa68830ee6549 /src/declarative/items/qsgpainteditem_p.h
parentd3be822c1bc167878ae75943c39dfb3f40bb3800 (diff)
Added antialiasing property to QSGPaintedItem.
Diffstat (limited to 'src/declarative/items/qsgpainteditem_p.h')
-rw-r--r--src/declarative/items/qsgpainteditem_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/items/qsgpainteditem_p.h b/src/declarative/items/qsgpainteditem_p.h
index c49da5098f..ee76319a92 100644
--- a/src/declarative/items/qsgpainteditem_p.h
+++ b/src/declarative/items/qsgpainteditem_p.h
@@ -60,6 +60,7 @@ public:
bool geometryDirty : 1;
bool contentsDirty : 1;
bool opaquePainting: 1;
+ bool antialiasing: 1;
};
QT_END_NAMESPACE