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)