diff --git a/src/core/statjob.h b/src/core/statjob.h --- a/src/core/statjob.h +++ b/src/core/statjob.h @@ -183,6 +183,7 @@ * @param flags Can be HideProgressInfo here * @return the job handling the operation. */ +// TODO KF6: refactor details to be a bitmask, with some constant bitmasks to fill the current usual use case KIOCORE_EXPORT StatJob *stat(const QUrl &url, KIO::StatJob::StatSide side, short int details, JobFlags flags = DefaultFlags);