fix "No such ..." documentation errors in QAbstractItemModel
authorJeremy Katz <jeremy.katz@nokia.com>
Wed, 18 Jul 2012 21:44:54 +0000 (23:44 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 19 Jul 2012 00:32:07 +0000 (02:32 +0200)
Change-Id: Ic1d0761c310c47f95d98988d77aff0f8e46de5fb
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
src/corelib/itemmodels/qabstractitemmodel.cpp

index e4cd8f8..9e0e9c0 100644 (file)
@@ -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<int,QByteArray> &theRoleNames)
+    \fn void QAbstractItemModel::setRoleNames(const QHash<int,QByteArray> &roleNames)
     \since 4.6
     \obsolete