7#ifndef KDAV_DAVPRINCIPALHOMESETSFETCHJOB_H
8#define KDAV_DAVPRINCIPALHOMESETSFETCHJOB_H
10#include "kdav_export.h"
12#include "davjobbase.h"
19class DavPrincipalHomeSetsFetchJobPrivate;
47 Q_REQUIRED_RESULT QStringList
homeSets()
const;
base class for the jobs used by the resource.
Definition davjobbase.h:27
A job that fetches home sets for a principal.
Definition davprincipalhomesetsfetchjob.h:27
void start() override
Starts the job.
DavPrincipalHomeSetsFetchJob(const DavUrl &url, QObject *parent=nullptr)
Creates a new DAV principals home sets fetch job.
QStringList homeSets() const
Returns the found home sets.
A helper class to combine URL and protocol of a DAV URL.
Definition davurl.h:27
The KDAV namespace.
Definition davjobbase.h:17