QTable/ListView: mark functions as reimp instead internal

Some public accessible functions were wrongly marked as \internal
instead \reimp.

Change-Id: I6196427fc1b6535f6725107a00be82ab4cc821c3
Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
bb10
Christian Ehrlicher 2021-02-12 15:30:19 +01:00
parent 659817e287
commit d1946a0ca2
2 changed files with 6 additions and 6 deletions

View File

@ -683,7 +683,7 @@ void QListView::reset()
}
/*!
\internal
\reimp
*/
void QListView::setRootIndex(const QModelIndex &index)
{
@ -696,7 +696,7 @@ void QListView::setRootIndex(const QModelIndex &index)
}
/*!
\internal
\reimp
Scroll the view contents by \a dx and \a dy.
*/

View File

@ -1431,7 +1431,7 @@ void QTableView::setVerticalHeader(QHeaderView *header)
}
/*!
\internal
\reimp
Scroll the contents of the table view by (\a dx, \a dy).
*/
@ -2069,7 +2069,7 @@ void QTableView::setSelection(const QRect &rect, QItemSelectionModel::SelectionF
}
/*!
\internal
\reimp
Returns the rectangle from the viewport of the items in the given
\a selection.
@ -2812,7 +2812,7 @@ bool QTableView::isCornerButtonEnabled() const
#endif
/*!
\internal
\reimp
Returns the rectangle on the viewport occupied by the given \a
index.
@ -2842,7 +2842,7 @@ QRect QTableView::visualRect(const QModelIndex &index) const
}
/*!
\internal
\reimp
Makes sure that the given \a item is visible in the table view,
scrolling if necessary.