[Digikam-devel] [Bug 210969] crash when saving images in editor
Marcel Wiesweg
marcel.wiesweg at gmx.de
Thu Dec 10 19:32:13 GMT 2009
https://bugs.kde.org/show_bug.cgi?id=210969
--- Comment #13 from Marcel Wiesweg <marcel wiesweg gmx de> 2009-12-10 20:32:11 ---
It seems to me now that KUrl::directory() is pretty useless for local files,
there is no proper replacement method (like "toLocalDirectory")
What should we use to emulate this?
KUrl parent(url.directory()); parent.toLocalFile();
QFileInfo info(url.toLocalFile()); info.dir().path();
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list