_ZNK21QPersistentModelIndex10internalIdEv

Name

QPersistentModelIndex::internalId -- get the id used to associate the index with the internal data structure

Synopsis

#include <QtCore/qabstractitemmodel.h>

qint64 QPersistentModelIndex::internalId (void);

Description

The QPersistentModelIndex::internalId() function shall return the internal integer identifier used by the model to associate the index with the internal data structure.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.