equal
deleted
inserted
replaced
69 /*! \fn int QListModelInterface::count() const |
69 /*! \fn int QListModelInterface::count() const |
70 Returns the number of data entries in the model. |
70 Returns the number of data entries in the model. |
71 */ |
71 */ |
72 |
72 |
73 /*! \fn QHash<int,QVariant> QListModelInterface::data(int index, const QList<int>& roles) const |
73 /*! \fn QHash<int,QVariant> QListModelInterface::data(int index, const QList<int>& roles) const |
74 Returns the data at the given \a index for the specifed \a roles. |
74 Returns the data at the given \a index for the specified \a roles. |
75 */ |
75 */ |
76 |
76 |
77 /*! \fn bool QListModelInterface::setData(int index, const QHash<int,QVariant>& values) |
77 /*! \fn bool QListModelInterface::setData(int index, const QHash<int,QVariant>& values) |
78 Sets the data at the given \a index. \a values is a mapping of |
78 Sets the data at the given \a index. \a values is a mapping of |
79 QVariant values to roles. Returns false. |
79 QVariant values to roles. Returns false. |