KDAV::DavItemMoveJob Class
class KDAV::DavItemMoveJobA job to move a DAV item from one location to another. More...
| Header: | #include <KDAV/DavItemMoveJob> |
| CMake: | find_package(KF6 REQUIRED COMPONENTS DAV)target_link_libraries(mytarget PRIVATE KF6::DAV) |
| Since: | 6.30 |
| Inherits: | KDAV::DavJobBase |
Public Functions
| DavItemMoveJob(const KDAV::DavItem &item, const QUrl &destination, QObject *parent = nullptr) |
Reimplemented Public Functions
| virtual void | start() override |
Detailed Description
Member Function Documentation
[explicit] DavItemMoveJob::DavItemMoveJob(const KDAV::DavItem &item, const QUrl &destination, QObject *parent = nullptr)
Creates a new DAV item move job.
item The item that shall be moved. destination The url the item will be moved to. parent The parent object.
[override virtual] void DavItemMoveJob::start()
Reimplements: KJob::start().
Starts the job.