From 4fcb1c6dc548ef00ec00d6f91673130f9ec2c03e Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Tue, 8 Sep 2015 12:25:40 +0530 Subject: [PATCH] Fix documentation of gridUnit gridUnit doesn't correspond to milimetter but size of capital M REVIEW: 125099 --- src/declarativeimports/core/units.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/declarativeimports/core/units.h b/src/declarativeimports/core/units.h index 6c038ba96..fa2256e4c 100644 --- a/src/declarativeimports/core/units.h +++ b/src/declarativeimports/core/units.h @@ -38,7 +38,8 @@ class Units : public QObject /** * The fundamental unit of space that should be used for sizes, expressed in pixels. - * Given the screen has an accurate DPI settings, it corresponds to a millimeter + * Given the screen has an accurate DPI settings, it corresponds to a width of + * the capital letter M */ Q_PROPERTY(int gridUnit READ gridUnit NOTIFY gridUnitChanged)