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:
Mark Brand 2012-08-29 12:05:06 +02:00 committed by Qt by Nokia
parent 861786bb50
commit 98c663acd9
2 changed files with 2 additions and 3 deletions

View File

@ -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()
{

View File

@ -1257,7 +1257,6 @@ QSqlRecord QSqlTableModel::record() const
}
/*!
\reimp
\since 5.0
Returns the record at \a row in the model.