7#ifndef KDAV_DAVCOLLECTIONDELETEJOB_H
8#define KDAV_DAVCOLLECTIONDELETEJOB_H
10#include "kdav_export.h"
12#include "davjobbase.h"
17class DavCollectionDeleteJobPrivate;
A job that deletes a DAV collection.
Definition davcollectiondeletejob.h:27
void start() override
Starts the job.
DavCollectionDeleteJob(const DavUrl &url, QObject *parent=nullptr)
Creates a new DAV collection delete job.
base class for the jobs used by the resource.
Definition davjobbase.h:27
A helper class to combine URL and protocol of a DAV URL.
Definition davurl.h:27
The KDAV namespace.
Definition davjobbase.h:17