https://bugs.kde.org/show_bug.cgi?id=485996
--- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> --- Within kmymoney there is a possible improvement for such situations - In case of errors, the QFile::setError() method is called (https://github.com/qt/qtbase/blob/3f34ee3196930d0bda167fe783ea7b2b62a1fe4d/src/corelib/io/qfsfileengine_win.cpp#L102), which contains the underlying Windows error message with qt_error_string() and which is available with the call of QFile::errorString() and can be printed too. -- You are receiving this mail because: You are the assignee for the bug.