summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.cpp
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-07-18 23:44:54 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-19 02:32:07 +0200
commit9a805df962bf8af44ef20b8256e258970d37f70f (patch)
tree56278a26af62db7506bb69c296be5c5d8774d038 /src/corelib/itemmodels/qabstractitemmodel.cpp
parent6715c4fb2e8a35027647bb2b7372e08e9473d731 (diff)
fix "No such ..." documentation errors in QAbstractItemModel
Change-Id: Ic1d0761c310c47f95d98988d77aff0f8e46de5fb Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Diffstat (limited to 'src/corelib/itemmodels/qabstractitemmodel.cpp')
-rw-r--r--src/corelib/itemmodels/qabstractitemmodel.cpp6
1 files changed, 3 insertions, 3 deletions
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<int,QByteArray> &theRoleNames)
+ \fn void QAbstractItemModel::setRoleNames(const QHash<int,QByteArray> &roleNames)
\since 4.6
\obsolete