diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-19 09:52:23 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-19 09:52:23 (GMT) |
commit | eaee2e3b70a5e245b82fa8991d7ff580e6e48132 (patch) | |
tree | a86fa7fd804f80c30fe996f711aa02f2c00500b9 /src/gui/widgets/qtoolbox.cpp | |
parent | ffecdf0bf9f25f7ab9aa4f69e37507dd595fecea (diff) | |
parent | ba5fb9f05c891feac8ab69006189de1aaafebc18 (diff) | |
download | Qt-eaee2e3b70a5e245b82fa8991d7ff580e6e48132.zip Qt-eaee2e3b70a5e245b82fa8991d7ff580e6e48132.tar.gz Qt-eaee2e3b70a5e245b82fa8991d7ff580e6e48132.tar.bz2 |
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'src/gui/widgets/qtoolbox.cpp')
-rw-r--r-- | src/gui/widgets/qtoolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qtoolbox.cpp b/src/gui/widgets/qtoolbox.cpp index 81935a5..271130a 100644 --- a/src/gui/widgets/qtoolbox.cpp +++ b/src/gui/widgets/qtoolbox.cpp @@ -802,7 +802,7 @@ void QToolBox::itemRemoved(int index) /*! \fn int QToolBox::margin() const - Returns the with of the the margin around the contents of the widget. + Returns the width of the margin around the contents of the widget. Use QWidget::getContentsMargins() instead. \sa setMargin(), QWidget::getContentsMargins() |