Fix typo in QWidget::setLayout() documentation.

Change-Id: I4882f01b980d7b89e54be2eeacc3a83fd014d0fe
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
Mitch Curtis 2012-12-21 12:59:45 +01:00 committed by The Qt Project
parent 96ff3fbb66
commit b8623461d1

View File

@ -9100,7 +9100,7 @@ QLayout *QWidget::layout() const
existing layout manager (returned by layout()) before you can
call setLayout() with the new layout.
If \a layout is the layout manger on a different widget, setLayout()
If \a layout is the layout manager on a different widget, setLayout()
will reparent the layout and make it the layout manager for this widget.
Example: