Document parameter correctly, fix qdoc warning

Not needed in 6.1, the method is still (incorrectly) marked as \internal
there.

Change-Id: Idf1d924d8d320eca2388dbd28006eeaf9efedc3a
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
bb10
Volker Hilsheimer 2021-04-12 13:25:38 +02:00
parent 2cc458abfb
commit 5b94f88747
1 changed files with 1 additions and 1 deletions

View File

@ -2844,7 +2844,7 @@ QRect QTableView::visualRect(const QModelIndex &index) const
/*!
\reimp
Makes sure that the given \a item is visible in the table view,
Makes sure that the given \a index is visible in the table view,
scrolling if necessary.
*/
void QTableView::scrollTo(const QModelIndex &index, ScrollHint hint)