[kmymoney] [Bug 337405] QIF Importer doesn't import balance
"Ralf Habacker" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.bugs |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=337405 --- Comment #6 from Ralf Habacker <[email protected]> --- Git commit dfd496a337287541d4ff77febf46cfae0dc8c3e6 by Ralf Habacker. Committed on 13/08/2026 at 04:36. Pushed by habacker into branch 'master'. Add unit test for importing balances from the QIF importer The MyMoneyQifReader::slotProcessData() function has been revised so that it can be called without user interface interaction by specifying the input data format in advance. M +2 -0 kmymoney/plugins/qif/import/CMakeLists.txt M +31 -21 kmymoney/plugins/qif/import/mymoneyqifreader.cpp M +7 -1 kmymoney/plugins/qif/import/mymoneyqifreader.h A +26 -0 kmymoney/plugins/qif/import/tests/CMakeLists.txt A +14 -0 kmymoney/plugins/qif/import/tests/data/bug-337405.qif A +69 -0 kmymoney/plugins/qif/import/tests/test-mymoneyqifreader.cpp [License: GPL(v2.0+)] https://invent.kde.org/office/kmymoney/-/commit/dfd496a337287541d4ff77febf46cfae0dc8c3e6 -- You are receiving this mail because: You are watching all bug changes.