7#ifndef KDAV_DAVITEMFETCHJOB_H
8#define KDAV_DAVITEMFETCHJOB_H
10#include "kdav_export.h"
13#include "davjobbase.h"
18class DavItemFetchJobPrivate;
A job that fetches a DAV item from the DAV server.
Definition davitemfetchjob.h:26
DavItemFetchJob(const DavItem &item, QObject *parent=nullptr)
Creates a new DAV item fetch job.
void start() override
Starts the job.
DavItem item() const
Returns the fetched item including current ETag information.
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