The source project of this merge request has been removed.
KFileItem: use KIO:StatJob to init KFileItem
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.