summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2012-12-21 12:59:45 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-21 13:16:38 +0100
commitb8623461d101d3f00603d36b2820b22da4d6708d (patch)
treea40aaf2983f642380f0d77185fad812727aec524 /src/widgets/kernel
parent96ff3fbb66867cb973ea216c7ced1258f6f1fcfa (diff)
Fix typo in QWidget::setLayout() documentation.
Change-Id: I4882f01b980d7b89e54be2eeacc3a83fd014d0fe Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index ace25fa78b..55326e2ef9 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -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: