Revision 9340f1f...
Go back to digest for 25th May 2014Bug Fixes in KDE Base
Mark Gaiser committed changes in [kio] src/core/kfileitem.cpp:
KFileItem can be called without an UDSEntry (when passing a QUrl in the constructor).
When refresh is called we remove most internal data. There we need to re-populate UDSEntry.
This patch ensures that we have a UDSEntry object (if the file exists).
This is preperation work for KFileItem to fetch all it's data from UDSEntry.
Reviewed by: David Faure
File Changes
Modified 1 files
- src/core/kfileitem.cpp
1 files changed in total