summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-05-03 10:36:16 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-05-03 10:36:16 (GMT)
commit9b77de3effdb2eb7d6df212ab9a8a19551ecb550 (patch)
treeb805d65324498a377e3732c5ca3615df0f1c7750 /src/gui
parent32ecf8e8ad326ea13ec9a430c99ce540e8b4efac (diff)
parentcfa3b8f2a7a3b3122fdff7781e32066e0d7f8d66 (diff)
downloadQt-9b77de3effdb2eb7d6df212ab9a8a19551ecb550.zip
Qt-9b77de3effdb2eb7d6df212ab9a8a19551ecb550.tar.gz
Qt-9b77de3effdb2eb7d6df212ab9a8a19551ecb550.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Fix a small typo: therfore -> therefore Fix a small typo in setColor description (brush -> color) only add phonon and scripttools dependencies if they're available, otherwise linking will fail s/INCPATH/INCLUDEPATH/ qdoc: Added breadcrumbs for most other pages.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qpalette.cpp2
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