Comment 2 for bug 1396526

Revision history for this message
Albert Astals Cid (aacid) wrote :

Another ::data that does unbounded checks, i'd say this is the problem.

QVariant
Categories::data(const QModelIndex& index, int role) const
{
    CategoryData* catData = m_categories.at(index.row()).data();