Skip to content

Replace obsolete KIO::stat

Davide Gianforte requested to merge gengisdave/krusader:kio-stat into master

In version 5.69 of KIO,

KIO::stat(const QUrl&, KIO::StatJob::StatSide, short int, JobFlags)

is deprecated in favor of

KIO::statDetails(const QUrl, KIO::StatJob::StatSide, KIO::StatDetails, JobFlags)

Test needed :

  • compile on distro having KIO < 5.69
  • compile on distro having KIO >= 5.69
  • the component involved is Splitter, both the split action and the combine action
Edited by Toni Asensi Esteve

Merge request reports