Summary: | QIF Import filter fails | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Georg Pichler <georg.pichler> |
Component: | importer | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | georg.pichler |
Priority: | NOR | ||
Version: | 5.0.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | 0dece390e3f88456480e03fd77d44987e959b963 | Version Fixed In: | 5.0.1 |
Sentry Crash Report: |
Description
Georg Pichler
2018-02-17 19:43:22 UTC
After some digging, I believe the bug was introduced in commit 9db968bfd: At line 475 in kmymoney/plugins/qif/import/mymoneyqifreader.cpp the QStringList arguments is set to the program name, including the arguments: arguments << m_qifProfile.filterScriptImport().split(' ', QString::KeepEmptyParts); However, the actual QString program is never set. Could that be the reason? |