summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmainwindowlayout.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2015-06-05 10:40:28 +0200
committerMartin Smith <martin.smith@digia.com>2015-06-05 09:38:27 +0000
commite36de4bc5d62ab270314b195982014ad6aa7fe36 (patch)
tree57b30fc3335839008dccc6601ad514f1b9cebcc9 /src/widgets/widgets/qmainwindowlayout.cpp
parent79a97be9f31f7092c39186084c9d9d609a9be385 (diff)
doc: Remove uses of \returns
It is a doxygen command that is not recognized by qdoc. Change-Id: I26b0c54a1aa715fc9d8b70e411502f46fc6bc0f1 Task-number: QTBUG-46495 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/widgets/widgets/qmainwindowlayout.cpp')
-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)