meven planned changes to this revision. meven added a comment.
I have tried adding unit tests. It showed that the old: ` *stat(const QUrl &url, KIO::StatJob::StatSide side, short int details, JobFlags flags = DefaultFlags);` Takes over the new : `KIO::stat(const QUrl &, KIO::StatSide, KIO::StatDetails int, JobFlags)")` Since KIO::StatDetails data type is int and enums are transparently converted to integer. I will need to find a workarount or rename/change the signature of the new `KIO::stat` to make them apart REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D25010 To: meven, #frameworks, dfaure, kossebau Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns