kossebau added inline comments.

INLINE COMMENTS

> directorysizejob.cpp:137
>      KIO::ListJob *listJob = KIO::listRecursive(url, KIO::HideProgressInfo);
> -    listJob->addMetaData(QStringLiteral("details"), QStringLiteral("3"));
> +#if KIOCORE_ENABLE_DEPRECATED_SINCE(5, 65)
> +    // TODO KF6: remove legacy details code path

More correct would be KIOCORE_BUILD_DEPRECATED_SINCE(5, 65)., not ENABLE here 
and in the other cpp files.

REPOSITORY
  R241 KIO

BRANCH
  arcpatch-D25010_1

REVISION DETAIL
  https://phabricator.kde.org/D25010

To: meven, #frameworks, dfaure, kossebau
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

Reply via email to