docs: remove \reimp from non-virtual methods
It seems we need \internal in this case. Change-Id: I3f290bb0d22f9f3b5d04d27b13a7ef8961b2dd6c Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
parent
861786bb50
commit
98c663acd9
@ -210,7 +210,7 @@ bool QSqlQueryModel::canFetchMore(const QModelIndex &parent) const
|
||||
return (!parent.isValid() && !d->atEnd);
|
||||
}
|
||||
|
||||
/*! \reimp
|
||||
/*! \internal
|
||||
*/
|
||||
void QSqlQueryModel::beginResetModel()
|
||||
{
|
||||
@ -221,7 +221,7 @@ void QSqlQueryModel::beginResetModel()
|
||||
}
|
||||
}
|
||||
|
||||
/*! \reimp
|
||||
/*! \internal
|
||||
*/
|
||||
void QSqlQueryModel::endResetModel()
|
||||
{
|
||||
|
@ -1257,7 +1257,6 @@ QSqlRecord QSqlTableModel::record() const
|
||||
}
|
||||
|
||||
/*!
|
||||
\reimp
|
||||
\since 5.0
|
||||
Returns the record at \a row in the model.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user