From b7950b027f8f50002a87c05368e03d568d61023f Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 20 Oct 2011 19:39:36 +0200 Subject: Fix some compiler warnings on Mac Change-Id: I52b5c1822f9530f75eeebfcafbade6f89062e369 Reviewed-by: Rohan McGovern --- src/gui/text/qglyphrun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/text/qglyphrun.h') 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) -- cgit v1.2.3