summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qglyphrun.h
diff options
context:
space:
mode:
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)