Doc: Correct typos in QModelIndex::internalId() documentation

Change-Id: Iea2fd83764711889b828997d56b9f7dcdbdd75fb
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
Adam Majer 2014-02-25 01:29:57 -06:00 committed by The Qt Project
parent f1ee10f81a
commit f6d8afd26d

View File

@ -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()