From d1946a0ca2be37414c4d2d760e94be7528259e75 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Fri, 12 Feb 2021 15:30:19 +0100 Subject: [PATCH] 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 Reviewed-by: Richard Moe Gustavsen --- src/widgets/itemviews/qlistview.cpp | 4 ++-- src/widgets/itemviews/qtableview.cpp | 8 ++++---- 2 files changed, 6 insertions(+), 6 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. */ diff --git a/src/widgets/itemviews/qtableview.cpp b/src/widgets/itemviews/qtableview.cpp index 05d8807e10..4dcd92f29f 100644 --- a/src/widgets/itemviews/qtableview.cpp +++ b/src/widgets/itemviews/qtableview.cpp @@ -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.