diff options
author | Dheerendra Purohit <[email protected]> | 2025-06-23 11:45:02 +0530 |
---|---|---|
committer | Dheerendra Purohit <[email protected]> | 2025-07-03 09:56:15 +0530 |
commit | a23d12bbe80d643c8fec3631edf40bb637f5d6a2 (patch) | |
tree | a174347b5f63c96d6e7e5a692b11b669341c88f5 | |
parent | 9eea6171131072fb1b28c677c8bdfa19217c031c (diff) |
Changed the description from an ARGB color value to An ARGB color value
because the sentence appeared truncated when starting with a lowercase
letter.
Pick-to: 6.10 6.9
Fixes: QTBUG-106900
Change-Id: Ie02282c24704aaf05b720f6672319f4d8d890d27
Reviewed-by: Leena Miettinen <[email protected]>
-rw-r--r-- | src/quick/doc/src/qmltypereference.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc index a6b51e32f1..6d64a3ac48 100644 --- a/src/quick/doc/src/qmltypereference.qdoc +++ b/src/quick/doc/src/qmltypereference.qdoc @@ -66,7 +66,7 @@ available when you import \c QtQuick. \qmlvaluetype color \ingroup qtquickvaluetypes - \brief an ARGB color value. + \brief An ARGB color value. The \c color type refers to an ARGB color value. It can be specified in a number of ways: |