summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/widgets/widgets/qmainwindowlayout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/widgets/qmainwindowlayout.cpp b/src/widgets/widgets/qmainwindowlayout.cpp
index d41f3bad19..ee76720a27 100644
--- a/src/widgets/widgets/qmainwindowlayout.cpp
+++ b/src/widgets/widgets/qmainwindowlayout.cpp
@@ -311,7 +311,7 @@ QDockAreaLayoutInfo *QDockWidgetGroupWindow::layoutInfo() const
}
/*! \internal
- \returns the currently active QDockWidget
+ Returns the currently active QDockWidget.
*/
QDockWidget *QDockWidgetGroupWindow::topDockWidget() const
{
@@ -2195,7 +2195,7 @@ void QMainWindowLayout::setCentralWidget(QWidget *widget)
widget is part if QMainWindow::GroupedDragging is set. When \a group
is false, the widget itself is always unplugged alone
- \returns the QLayoutItem of the dragged element.
+ Returns the QLayoutItem of the dragged element.
The layout item is kept in the layout but set as a gap item.
*/
QLayoutItem *QMainWindowLayout::unplug(QWidget *widget, bool group)