summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2010-02-01 15:27:30 (GMT)
committerck <qt-info@nokia.com>2010-02-01 15:27:30 (GMT)
commit849257a1cf993275d6d1e7f39f8374cc4d879d13 (patch)
tree3fbb07f54de576ff865003ba8bf4fefad1097c69
parentdb4415d06ab58c5c37afc4cb032b4eb89f68594f (diff)
downloadQt-849257a1cf993275d6d1e7f39f8374cc4d879d13.zip
Qt-849257a1cf993275d6d1e7f39f8374cc4d879d13.tar.gz
Qt-849257a1cf993275d6d1e7f39f8374cc4d879d13.tar.bz2
QAbstractItemModel docs: Fix typo.
-rw-r--r--src/corelib/kernel/qabstractitemmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qabstractitemmodel.cpp b/src/corelib/kernel/qabstractitemmodel.cpp
index fdbc5ba..bf69b4c 100644
--- a/src/corelib/kernel/qabstractitemmodel.cpp
+++ b/src/corelib/kernel/qabstractitemmodel.cpp
@@ -1265,7 +1265,7 @@ void QAbstractItemModelPrivate::columnsRemoved(const QModelIndex &parent,
/*!
\fn QModelIndex QAbstractItemModel::parent(const QModelIndex &index) const = 0
- Returns the parent of the model item with the given \a index. If the model
+ Returns the parent of the model item with the given \a index. If the item
has no parent, an invalid QModelIndex is returned.
A common convention used in models that expose tree data structures is that