7#ifndef KDAV_DAVITEMDELETEJOB_H
8#define KDAV_DAVITEMDELETEJOB_H
10#include "kdav_export.h"
13#include "davjobbase.h"
18class DavItemDeleteJobPrivate;
A job to delete a DAV item on the DAV server.
Definition davitemdeletejob.h:26
int freshResponseCode() const
Returns the response code we got when fetching the fresh item.
DavItemDeleteJob(const DavItem &item, QObject *parent=nullptr)
Creates a new DAV item delete job.
void start() override
Starts the job.
DavItem freshItem() const
Returns the item that triggered the conflict, if any.
A helper class to store information about DAV resources.
Definition davitem.h:39
base class for the jobs used by the resource.
Definition davjobbase.h:27
The KDAV namespace.
Definition davjobbase.h:17