summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qframe.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-04-09 14:27:22 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-04-09 14:31:29 (GMT)
commitf9d26f506b30dcdb1fc50c824f20455756d67cc4 (patch)
treefcd705fc147d75a3b9f243939c8024d8184a479d /src/gui/widgets/qframe.cpp
parent7558db24cea4912b8082275821ea390527d2a911 (diff)
downloadQt-f9d26f506b30dcdb1fc50c824f20455756d67cc4.zip
Qt-f9d26f506b30dcdb1fc50c824f20455756d67cc4.tar.gz
Qt-f9d26f506b30dcdb1fc50c824f20455756d67cc4.tar.bz2
Fix the doc for QFrame::frameStyle
The default is QFrame::Plain (and not QFrame::NoFrame) Task-number: QTBUG-9728
Diffstat (limited to 'src/gui/widgets/qframe.cpp')
-rw-r--r--src/gui/widgets/qframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qframe.cpp b/src/gui/widgets/qframe.cpp
index c2e4b35..f51ddfd 100644
--- a/src/gui/widgets/qframe.cpp
+++ b/src/gui/widgets/qframe.cpp
@@ -244,7 +244,7 @@ QFrame::~QFrame()
/*!
Returns the frame style.
- The default value is QFrame::NoFrame.
+ The default value is QFrame::Plain.
\sa setFrameStyle(), frameShape(), frameShadow()
*/