Skip to content

I use your listmodel, will crash sometimes when I flick the listview component. #1

@kingctan

Description

@kingctan

the crash breakpoint is at ListModel.cpp:Models::

ListModel::data(const QModelIndex &index, int role) const
{
return this->items.at(index.row())->data(role);
}

this->items.at(index.row()) will crash sometimes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions