https://bugs.kde.org/show_bug.cgi?id=467456

--- Comment #1 from Dawid Wróbel <m...@dawidwrobel.com> ---
Immediate error is: 

Model for "G" loaded with 1 items in 0 ms
qt.core.qabstractitemmodel.checkindex: Index
QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
ASSERT: "checkIndex(index, CheckIndexOption::IndexIsValid)" in file
/Users/cromo/Documents/Sourcecode/vcpkg/buildtrees/qt5-base/src/5.15.7-84bc9f0b01.clean/src/corelib/itemmodels/qconcatenatetablesproxymodel.cpp,
line 192


this is a call from: 

QSortFilterProxyModel::setSourceModel(QAbstractItemModel *)
qsortfilterproxymodel.cpp:2151
KTagContainer::setModel(QAbstractItemModel *) ktagcontainer.cpp:175
NewTransactionEditor::NewTransactionEditor(QWidget *, const QString &)
newtransactioneditor.cpp:774
NewTransactionEditor::NewTransactionEditor(QWidget *, const QString &)
newtransactioneditor.cpp:712

and before that:
d->ui->tagContainer->setModel(file->tagsModel()->modelWithEmptyItem());

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to