summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qlistview.cpp
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2021-02-12 15:30:19 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2021-04-02 14:18:07 +0100
commitd1946a0ca2be37414c4d2d760e94be7528259e75 (patch)
tree20ba0d29d4abcbf3060cbc6cf5c05a1b4bfc3141 /src/widgets/itemviews/qlistview.cpp
parent659817e287c0948829b8d3c4239cc7fa6fcf70a2 (diff)
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>
Diffstat (limited to 'src/widgets/itemviews/qlistview.cpp')
-rw-r--r--src/widgets/itemviews/qlistview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/itemviews/qlistview.cpp b/src/widgets/itemviews/qlistview.cpp
index 27b4402e88..216f44fd9c 100644
--- a/src/widgets/itemviews/qlistview.cpp
+++ b/src/widgets/itemviews/qlistview.cpp
@@ -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.
*/