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

--- Comment #2 from Marko Käning <mk-li...@email.de> ---
I turns out that the error gets thrown in creation of 'transactionsList' in
kmymoney/mymoney/storage/mymoneydatabasemgrtest.cpp in line 707 of git version
79544b5ed8152436f407e492d38658ee36304a89:
---
    //QMap<QString, QString>::ConstIterator it_k;
    MyMoneyTransactionFilter f;
->  QList<MyMoneyTransaction> transactionList(m->transactionList(f));
    QList<MyMoneyTransaction>::ConstIterator
it_t(transactionList.constBegin());
---

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to