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
parent
2cc458abfb
commit
5b94f88747
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue