summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2009-10-27 14:26:11 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-10-27 14:26:11 (GMT)
commitdf26c6e14287f1a02c636c4624c5085fd8271d11 (patch)
tree0ed0fc0e172826fc187a8593d2cf79095744b5fb /src/corelib
parentc79d83b6d661ea49d893b4590480a434d75b19bd (diff)
downloadQt-df26c6e14287f1a02c636c4624c5085fd8271d11.zip
Qt-df26c6e14287f1a02c636c4624c5085fd8271d11.tar.gz
Qt-df26c6e14287f1a02c636c4624c5085fd8271d11.tar.bz2
Fix incomplete documentation for Qt::DecorationRole
As noticed by Laurent Montel. Merge-request: 1812 Reviewed-by: Olivier Goffart <ogoffart@trolltech.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qnamespace.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index e8d6df0..438678a 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2509,7 +2509,7 @@
\value DisplayRole The key data to be rendered in the form of text. (QString)
\value DecorationRole The data to be rendered as a decoration in the form
- of an icon. (QColor)
+ of an icon. (QColor, QIcon or QPixmap)
\value EditRole The data in a form suitable for editing in an
editor. (QString)
\value ToolTipRole The data displayed in the item's tooltip. (QString)