KDAV::DavCollectionDeleteJob Class

class KDAV::DavCollectionDeleteJob

A job that deletes a DAV collection. More...

Header: #include <KDAV/DavCollectionDeleteJob>
CMake: find_package(KF6 REQUIRED COMPONENTS DAV)
target_link_libraries(mytarget PRIVATE KF6::DAV)
Inherits: KDAV::DavJobBase

Public Functions

DavCollectionDeleteJob(const KDAV::DavUrl &url, QObject *parent = nullptr)

Reimplemented Public Functions

virtual void start() override

Detailed Description

This job is used to delete a DAV collection at a certain URL.

Member Function Documentation

[explicit] DavCollectionDeleteJob::DavCollectionDeleteJob(const KDAV::DavUrl &url, QObject *parent = nullptr)

Creates a new DAV collection delete job.

url The DAV URL of the collection to delete

parent The parent object.

[override virtual] void DavCollectionDeleteJob::start()

Reimplements: KJob::start().

Starts the job.