Summary: | OFX Import dialog does not import OFX files | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | JantarMantar <paresh_adhia> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | alexandref75, ralf.habacker, tamort |
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to kmymoney.cpp to allow importing of OFX files |
Description
JantarMantar
2016-08-07 12:00:28 UTC
This exact behavior is seen in b1468e678e5fc0a4092c11b63c3e5255f4659a8c Created attachment 107078 [details]
Patch to kmymoney.cpp to allow importing of OFX files
KF5 seems to have changed the API to select files and the capability of importing OFX is commented on the code. This patch allows a single file to the imported, f more than one is selected only the first one is imported. It also corrects some seg faults that occur when I import some OFX files. Alexandre, thanks for the proposed patch. I'll take care of it. I just wonder what the following change is needed for: - QString accId; + QString accId = QString(); The additional assignment does not make any sense in my eyes. Maybe, you can share the reasons. Thomas, thanks for the correction, that statement is redundant. I was debugging some seg fault and changed this function a few times and forced that initialization to check and forgot to remove it. This must have been fixed in the meantime. I cannot duplicate it with current 5.0 branch. |