diff options
author | Andy Shaw <qt-info@nokia.com> | 2010-01-22 10:30:05 (GMT) |
---|---|---|
committer | Andy Shaw <qt-info@nokia.com> | 2010-01-22 10:30:05 (GMT) |
commit | 5236f93d78d0a09f80819d364867793dd73112e9 (patch) | |
tree | 270eb7426775eb85f97e6dc7837b44021094419d /src/gui/kernel | |
parent | 820f55c3274c07a42ea01a96ad5405db343891d2 (diff) | |
download | Qt-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
Diffstat (limited to 'src/gui/kernel')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 2 |
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() */ /*! |