summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <qt-info@nokia.com>2010-01-22 10:30:05 (GMT)
committerAndy Shaw <qt-info@nokia.com>2010-01-22 10:30:05 (GMT)
commit5236f93d78d0a09f80819d364867793dd73112e9 (patch)
tree270eb7426775eb85f97e6dc7837b44021094419d
parent820f55c3274c07a42ea01a96ad5405db343891d2 (diff)
downloadQt-5236f93d78d0a09f80819d364867793dd73112e9.zip
Qt-5236f93d78d0a09f80819d364867793dd73112e9.tar.gz
Qt-5236f93d78d0a09f80819d364867793dd73112e9.tar.bz2
Add a reference to adjustSize() from the size property
Task-number: QTBUG-7401 Reviewed-by: TrustMe
-rw-r--r--src/gui/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index 81a9a80..5fedb31 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -3344,7 +3344,7 @@ QPoint QWidget::pos() const
\note Setting the size to \c{QSize(0, 0)} will cause the widget to not
appear on screen. This also applies to windows.
- \sa pos, geometry, minimumSize, maximumSize, resizeEvent()
+ \sa pos, geometry, minimumSize, maximumSize, resizeEvent(), adjustSize()
*/
/*!