https://bugs.kde.org/show_bug.cgi?id=395980
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kmy | |money/15c9f3ac39c8719095ee9 | |aaa66097d1bd191380b --- Comment #1 from Thomas Baumgart <t...@net-bembel.de> --- 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 -- You are receiving this mail because: You are watching all bug changes.