aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgtext_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/items/qsgtext_p_p.h')
-rw-r--r--src/declarative/items/qsgtext_p_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/declarative/items/qsgtext_p_p.h b/src/declarative/items/qsgtext_p_p.h
index a3836a19f8..6e98d30594 100644
--- a/src/declarative/items/qsgtext_p_p.h
+++ b/src/declarative/items/qsgtext_p_p.h
@@ -120,12 +120,14 @@ public:
bool hAlignImplicit:1;
bool rightToLeftText:1;
bool layoutTextElided:1;
+ bool richTextAsImage:1;
+ bool textureImageCacheDirty:1;
QRect layedOutTextRect;
QSize paintedSize;
qreal naturalWidth;
virtual qreal getImplicitWidth() const;
-
+
void ensureDoc();
QPixmap textDocumentImage(bool drawStyle);
QSGTextDocumentWithImageResources *doc;