| Summary: | KF5 cannot import ofx file on MS Windows | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Jeff <jeffjl.kde> |
| Component: | importer | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git (master) | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://commits.kde.org/kmymoney/15c9f3ac39c8719095ee9aaa66097d1bd191380b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Jeff
2018-06-28 22:09:10 UTC
Git commit 15c9f3ac39c8719095ee9aaa66097d1bd191380b by Thomas Baumgart. Committed on 05/10/2018 at 15:02. Pushed by tbaumgart into branch '5.0'. Fix problem with leading slash in filenames under ms-windows A URL of the form file:///C:/abc.xyz is returned as /C:/abc.xyz when the path() method is used. This causes the QFile::open() method to fail. The QUrl::toLocalFile() method does return C:/abc.xyz in this case. Related: bug 399378 M +2 -3 kmymoney/kmymoney.cpp M +2 -2 kmymoney/plugins/ofx/import/dialogs/konlinebankingsetupwizard.cpp M +3 -2 kmymoney/plugins/ofx/import/ofximporter.cpp M +14 -8 kmymoney/plugins/ofx/import/ofxpartner.cpp M +1 -1 kmymoney/plugins/xml/xmlstorage.cpp https://commits.kde.org/kmymoney/15c9f3ac39c8719095ee9aaa66097d1bd191380b |