KIO::DirectCopyJob Class

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

Signals

void canResume(KIO::Job *job, KIO::filesize_t offset)

Detailed Description

@internal Used for direct copy from or to the local filesystem (i.e. WorkerBase::copy())

Member Function Documentation

[signal] void DirectCopyJob::canResume(KIO::Job *job, KIO::filesize_t offset)

@internal Emitted if the job found an existing partial file and supports resuming. Used by FileCopyJob.