Skip to content

KFileItem: use KIO:StatJob to init KFileItem

Méven Car requested to merge (removed):kfileitem-init-statjob into master

This allows to fill the creation time field compared to standard QT_STAT This was visible in dolphin detail mode with the creation time column on, when deleting a file in an expanded directory, the expanded directory would lose its create time.

Plus this allows to remove some low-level Q_STAT logic from KFileItem.

Merge request reports