diff options
author | Laszlo Papp <djszapi@archlinux.us> | 2010-04-27 22:58:23 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-05-03 10:23:47 (GMT) |
commit | def0ab445ffc747ed78ca7b90f84f3d68c722f03 (patch) | |
tree | 83851cfae39a20eb677f3ae0c53f61970cf9326c /src/gui/kernel | |
parent | 184c2b0ad676a98cfbcd76212178a4b4c29a54f4 (diff) | |
download | Qt-def0ab445ffc747ed78ca7b90f84f3d68c722f03.zip Qt-def0ab445ffc747ed78ca7b90f84f3d68c722f03.tar.gz Qt-def0ab445ffc747ed78ca7b90f84f3d68c722f03.tar.bz2 |
Fix a small typo in setColor description (brush -> color)
Diffstat (limited to 'src/gui/kernel')
-rw-r--r-- | src/gui/kernel/qpalette.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qpalette.cpp b/src/gui/kernel/qpalette.cpp index 6e8c90e..98e8f66 100644 --- a/src/gui/kernel/qpalette.cpp +++ b/src/gui/kernel/qpalette.cpp @@ -795,7 +795,7 @@ const QBrush &QPalette::brush(ColorGroup gr, ColorRole cr) const /*! \fn void QPalette::setColor(ColorGroup group, ColorRole role, const QColor &color) - Sets the brush in the specified color \a group, used for the given + Sets the color in the specified color \a group, used for the given color \a role, to the specified solid \a color. \sa setBrush() color() ColorRole |