summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolor.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-10-06 12:59:49 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-10-06 13:05:13 +0200
commit590b9b0e7587494e110cc3c498ff69ddab6f7520 (patch)
tree8fffe60b8bb9976122d143d5cd8ca567f235df42 /src/gui/painting/qcolor.cpp
parent13cf7c64acd1652bad90966e06464b35b84e9513 (diff)
doc: Fixed a qdoc command that was meant to add emphasis
It was creating another list item.
Diffstat (limited to 'src/gui/painting/qcolor.cpp')
-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 62e08f3537..d9b824bbb2 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.