aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgtextnode_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/items/qsgtextnode_p.h')
-rw-r--r--src/declarative/items/qsgtextnode_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/items/qsgtextnode_p.h b/src/declarative/items/qsgtextnode_p.h
index 31a1fbe558..6d68fd1df6 100644
--- a/src/declarative/items/qsgtextnode_p.h
+++ b/src/declarative/items/qsgtextnode_p.h
@@ -67,7 +67,8 @@ public:
NoDecoration = 0x0,
Underline = 0x1,
Overline = 0x2,
- StrikeOut = 0x4
+ StrikeOut = 0x4,
+ Background = 0x8
};
Q_DECLARE_FLAGS(Decorations, Decoration)