summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qglyphrun.h
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-20 19:39:36 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-21 09:14:24 +0200
commitb7950b027f8f50002a87c05368e03d568d61023f (patch)
tree2a79cbb46b3f4ae7ed3a7fd7c62f399adf2f3fe0 /src/gui/text/qglyphrun.h
parentdd31340245c951d87537aec0cf957798e1d4214f (diff)
Fix some compiler warnings on Mac
Change-Id: I52b5c1822f9530f75eeebfcafbade6f89062e369 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/gui/text/qglyphrun.h')
-rw-r--r--src/gui/text/qglyphrun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qglyphrun.h b/src/gui/text/qglyphrun.h
index 22fb5ff395..826156fe11 100644
--- a/src/gui/text/qglyphrun.h
+++ b/src/gui/text/qglyphrun.h
@@ -64,7 +64,7 @@ public:
Underline = 0x02,
StrikeOut = 0x04,
RightToLeft = 0x08,
- SplitLigature = 0x10,
+ SplitLigature = 0x10
};
Q_DECLARE_FLAGS(GlyphRunFlags, GlyphRunFlag)