KIO::BatchRenameJob Class

Header: #include <BatchRenameJob>
CMake: find_package(KF6 REQUIRED COMPONENTS KIO)
target_link_libraries(mytarget PRIVATE KF6::KIOCore)
Inherits: KIO::Job

Signals

void fileRenamed(const QUrl &oldUrl, const QUrl &newUrl)

Detailed Description

@class KIO::BatchRenameJob batchrenamejob.h <KIO/BatchRenameJob>

A KIO job that renames multiple files in one go.

@since 5.42

Member Function Documentation

[signal] void BatchRenameJob::fileRenamed(const QUrl &oldUrl, const QUrl &newUrl)

Signals that a file was renamed.