diff options
author | ck <qt-info@nokia.com> | 2010-02-01 15:27:30 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2010-02-01 15:27:30 (GMT) |
commit | 849257a1cf993275d6d1e7f39f8374cc4d879d13 (patch) | |
tree | 3fbb07f54de576ff865003ba8bf4fefad1097c69 | |
parent | db4415d06ab58c5c37afc4cb032b4eb89f68594f (diff) | |
download | Qt-849257a1cf993275d6d1e7f39f8374cc4d879d13.zip Qt-849257a1cf993275d6d1e7f39f8374cc4d879d13.tar.gz Qt-849257a1cf993275d6d1e7f39f8374cc4d879d13.tar.bz2 |
QAbstractItemModel docs: Fix typo.
-rw-r--r-- | src/corelib/kernel/qabstractitemmodel.cpp | 2 |
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 |