Text format AutoText should use StyledText instead of RichText.
[profile/ivi/qtdeclarative.git] / src / declarative / items / qsgtext_p_p.h
index 2e99997..ddd54b6 100644 (file)
@@ -110,6 +110,7 @@ public:
     bool imageCacheDirty:1;
     bool updateOnComponentComplete:1;
     bool richText:1;
+    bool styledText:1;
     bool singleline:1;
     bool cacheAllTextAsImage:1;
     bool internalWidthUpdate:1;