summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Majer <adamm@zombino.com>2014-02-25 01:29:57 -0600
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-25 17:20:39 +0100
commitf6d8afd26dfd59377fce1de1e488ae121bf47345 (patch)
treeed2664614fc6feae961aa2f16323d35da0b84d74
parentf1ee10f81ac18789e9a7dc715b464415ba2bc2b8 (diff)
Doc: Correct typos in QModelIndex::internalId() documentation
Change-Id: Iea2fd83764711889b828997d56b9f7dcdbdd75fb Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
-rw-r--r--src/corelib/itemmodels/qabstractitemmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/itemmodels/qabstractitemmodel.cpp b/src/corelib/itemmodels/qabstractitemmodel.cpp
index 4241fe08ca..3e303e529c 100644
--- a/src/corelib/itemmodels/qabstractitemmodel.cpp
+++ b/src/corelib/itemmodels/qabstractitemmodel.cpp
@@ -990,9 +990,9 @@ void QAbstractItemModel::resetInternalData()
*/
/*!
- \fn void *QModelIndex::internalId() const
+ \fn quintptr QModelIndex::internalId() const
- Returns a \c{qint64} used by the model to associate
+ Returns a \c{quintptr} used by the model to associate
the index with the internal data structure.
\sa QAbstractItemModel::createIndex()