Doc: Correct typos in QModelIndex::internalId() documentation
Change-Id: Iea2fd83764711889b828997d56b9f7dcdbdd75fb Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
parent
f1ee10f81a
commit
f6d8afd26d
@ -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.
|
the index with the internal data structure.
|
||||||
|
|
||||||
\sa QAbstractItemModel::createIndex()
|
\sa QAbstractItemModel::createIndex()
|
||||||
|
Loading…
Reference in New Issue
Block a user