From 9a805df962bf8af44ef20b8256e258970d37f70f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 18 Jul 2012 23:44:54 +0200 Subject: fix "No such ..." documentation errors in QAbstractItemModel Change-Id: Ic1d0761c310c47f95d98988d77aff0f8e46de5fb Reviewed-by: Mark Brand --- src/corelib/itemmodels/qabstractitemmodel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/corelib/itemmodels/qabstractitemmodel.cpp b/src/corelib/itemmodels/qabstractitemmodel.cpp index e4cd8f8e01..9e0e9c06de 100644 --- a/src/corelib/itemmodels/qabstractitemmodel.cpp +++ b/src/corelib/itemmodels/qabstractitemmodel.cpp @@ -1985,7 +1985,7 @@ bool QAbstractItemModel::removeColumns(int, int, const QModelIndex &) /*! 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 parent \a destinationParent. + parent \a destinationParent. Returns true if the rows were successfully moved; otherwise returns 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 \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 false. @@ -2203,7 +2203,7 @@ QSize QAbstractItemModel::span(const QModelIndex &) const } /*! - \fn void QAbstractItemModel::setRoleNames(const QHash &theRoleNames) + \fn void QAbstractItemModel::setRoleNames(const QHash &roleNames) \since 4.6 \obsolete -- cgit v1.2.3