diff options
author | Paul Wicking <paul.wicking@qt.io> | 2020-06-25 09:47:12 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2020-06-25 11:30:45 +0000 |
commit | b2705d876114b13b1d752bc5dc961c19aa936c8f (patch) | |
tree | 4f3c0ca50aef8b79401116ac2e481b16f36105e2 | |
parent | 93710f1312d6da7e10fc34d6d92b40bf2cc3ca0f (diff) | |
download | qtbase-b2705d876114b13b1d752bc5dc961c19aa936c8f.tar.gz |
Doc: Fix typo
Add missing quote in text.
Change-Id: If3a3d28f50057040c5aff90c70803b85c8a475a9
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
(cherry picked from commit 8cd3ec4ee43365425be584a48ff2871bd0090ef8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r-- | examples/widgets/doc/src/icons.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/icons.qdoc b/examples/widgets/doc/src/icons.qdoc index 24be09a7a9..0875bdada3 100644 --- a/examples/widgets/doc/src/icons.qdoc +++ b/examples/widgets/doc/src/icons.qdoc @@ -162,7 +162,7 @@ \row \li On \li S1 \li N1'' \li \b {A1''} \li S0 \li N0'' \li A0'' \li D1'' \li D0'' \endtable - In the table, "0" and "1" stand for Off" and "On", respectively. + In the table, "0" and "1" stand for "Off" and "On", respectively. Single quotes indicates that QIcon generates a disabled ("grayed out") version of the pixmap; similarly, double quuote indicate that QIcon generates a selected ("blued out") version of the |