summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qcssparser_p.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-04-24 13:59:08 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-12 07:16:30 +0000
commite8fd9928498e182f54a92eb1063b0c5fc0ab420d (patch)
tree9fa9f659f2e846ddc5476d3593d385498fb00b6d /src/gui/text/qcssparser_p.h
parentcdbebe6280d1dee6705cd32edc6d7a713ad7c104 (diff)
Add support font-kerning CSS3 property
Change-Id: Ie3894481ded40d20091bd0103ac426c1086f943f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/gui/text/qcssparser_p.h')
-rw-r--r--src/gui/text/qcssparser_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qcssparser_p.h b/src/gui/text/qcssparser_p.h
index c1594531ea..8f992f8c59 100644
--- a/src/gui/text/qcssparser_p.h
+++ b/src/gui/text/qcssparser_p.h
@@ -195,6 +195,7 @@ enum Property {
QtListNumberSuffix,
LineHeight,
QtLineHeightType,
+ FontKerning,
NumProperties
};