aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgpainteditem_p.h
diff options
context:
space:
mode:
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