summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-04-20 12:13:18 (GMT)
committeraxis <qt-info@nokia.com>2009-04-20 12:13:18 (GMT)
commitb4fa49153129644fef00efd96f76355c5e1435f8 (patch)
tree7587f5550109a332348146efef7863129cf94a2e /src/gui/kernel/qwidget.cpp
parent100914d12d6c846c9de0460cb986b8794cce8c14 (diff)
downloadQt-b4fa49153129644fef00efd96f76355c5e1435f8.zip
Qt-b4fa49153129644fef00efd96f76355c5e1435f8.tar.gz
Qt-b4fa49153129644fef00efd96f76355c5e1435f8.tar.bz2
Fixed incorrect documentation.
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r--src/gui/kernel/qwidget.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index 31fed5e..071e1bd 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -2234,9 +2234,10 @@ WId QWidget::effectiveWinId() const
The style sheet contains a textual description of customizations to the
widget's style, as described in the \l{Qt Style Sheets} document.
- \note Qt style sheets are currently not supported for QMacStyle
- (the default style on Mac OS X). We plan to address this in some future
- release.
+ Since Qt 4.5, Qt style sheets fully supports Mac OS X.
+
+ \warning Qt style sheets are currently not supported for custom QStyle
+ subclasses. We plan to address this in some future release.
\sa setStyle(), QApplication::styleSheet, {Qt Style Sheets}
*/