diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-10-06 10:59:49 (GMT) |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-10-06 11:05:13 (GMT) |
commit | 590b9b0e7587494e110cc3c498ff69ddab6f7520 (patch) | |
tree | 8fffe60b8bb9976122d143d5cd8ca567f235df42 /src/gui/painting | |
parent | 13cf7c64acd1652bad90966e06464b35b84e9513 (diff) | |
download | Qt-590b9b0e7587494e110cc3c498ff69ddab6f7520.zip Qt-590b9b0e7587494e110cc3c498ff69ddab6f7520.tar.gz Qt-590b9b0e7587494e110cc3c498ff69ddab6f7520.tar.bz2 |
doc: Fixed a qdoc command that was meant to add emphasis
It was creating another list item.
Diffstat (limited to 'src/gui/painting')
-rw-r--r-- | src/gui/painting/qcolor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qcolor.cpp b/src/gui/painting/qcolor.cpp index 62e08f3..d9b824b 100644 --- a/src/gui/painting/qcolor.cpp +++ b/src/gui/painting/qcolor.cpp @@ -514,7 +514,7 @@ QString QColor::name() const \i #RRRRGGGGBBBB \i A name from the list of colors defined in the list of \l{SVG color keyword names} provided by the World Wide Web Consortium; for example, "steelblue" or "gainsboro". - These color names work on all platforms. Note that these color names are \i not the + These color names work on all platforms. Note that these color names are \e not the same as defined by the Qt::GlobalColor enums, e.g. "green" and Qt::green does not refer to the same color. \i \c transparent - representing the absence of a color. |