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>bb10
parent
79a97be9f3
commit
e36de4bc5d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue