fix "No such ..." documentation errors in QAbstractItemModel
Change-Id: Ic1d0761c310c47f95d98988d77aff0f8e46de5fb Reviewed-by: Mark Brand <mabrand@mabrand.nl>
This commit is contained in:
parent
6715c4fb2e
commit
9a805df962
@ -1985,7 +1985,7 @@ bool QAbstractItemModel::removeColumns(int, int, const QModelIndex &)
|
|||||||
/*!
|
/*!
|
||||||
On models that support this, moves \a count rows starting with the given
|
On models that support this, moves \a count rows starting with the given
|
||||||
\a sourceRow under parent \a sourceParent to row \a destinationChild under
|
\a sourceRow under parent \a sourceParent to row \a destinationChild under
|
||||||
\a parent \a destinationParent.
|
parent \a destinationParent.
|
||||||
|
|
||||||
Returns true if the rows were successfully moved; otherwise returns
|
Returns true if the rows were successfully moved; otherwise returns
|
||||||
false.
|
false.
|
||||||
@ -2006,7 +2006,7 @@ bool QAbstractItemModel::moveRows(const QModelIndex &, int , int , const QModelI
|
|||||||
/*!
|
/*!
|
||||||
On models that support this, moves \a count columns starting with the given
|
On models that support this, moves \a count columns starting with the given
|
||||||
\a sourceColumn under parent \a sourceParent to column \a destinationChild under
|
\a sourceColumn under parent \a sourceParent to column \a destinationChild under
|
||||||
\a parent \a destinationParent.
|
parent \a destinationParent.
|
||||||
|
|
||||||
Returns true if the columns were successfully moved; otherwise returns
|
Returns true if the columns were successfully moved; otherwise returns
|
||||||
false.
|
false.
|
||||||
@ -2203,7 +2203,7 @@ QSize QAbstractItemModel::span(const QModelIndex &) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn void QAbstractItemModel::setRoleNames(const QHash<int,QByteArray> &theRoleNames)
|
\fn void QAbstractItemModel::setRoleNames(const QHash<int,QByteArray> &roleNames)
|
||||||
\since 4.6
|
\since 4.6
|
||||||
\obsolete
|
\obsolete
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user