summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-10-06 10:59:49 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-10-07 02:45:21 (GMT)
commitc1751ef8ee5d0bad4050538546b319d2e9e71a7f (patch)
treee8e24e6d5da86d0db6534b3d0181f146af045b62
parente0936308bbf30ce7db87e4f33cd7d92bb9591a88 (diff)
downloadQt-c1751ef8ee5d0bad4050538546b319d2e9e71a7f.zip
Qt-c1751ef8ee5d0bad4050538546b319d2e9e71a7f.tar.gz
Qt-c1751ef8ee5d0bad4050538546b319d2e9e71a7f.tar.bz2
doc: Fixed a qdoc command that was meant to add emphasis
It was creating another list item. (cherry picked from commit 590b9b0e7587494e110cc3c498ff69ddab6f7520)
-rw-r--r--src/gui/painting/qcolor.cpp2
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.