KDAV::DavPrincipalHomeSetsFetchJob Class
class KDAV::DavPrincipalHomeSetsFetchJobA job that fetches home sets for a principal. More...
Header: | #include <KDAV/DavPrincipalHomeSetsFetchJob> |
CMake: | find_package(KF6 REQUIRED COMPONENTS DAV) target_link_libraries(mytarget PRIVATE KF6::DAV) |
Inherits: | KDAV::DavJobBase |
Public Functions
DavPrincipalHomeSetsFetchJob(const KDAV::DavUrl &url, QObject *parent = nullptr) | |
QStringList | homeSets() const |
Reimplemented Public Functions
virtual void | start() override |
Detailed Description
Member Function Documentation
[explicit]
DavPrincipalHomeSetsFetchJob::DavPrincipalHomeSetsFetchJob(const KDAV::DavUrl &url, QObject *parent = nullptr)
Creates a new DAV principals home sets fetch job.
url The DAV URL of the DAV principal.
parent The parent object.
QStringList DavPrincipalHomeSetsFetchJob::homeSets() const
Returns the found home sets.
[override virtual]
void DavPrincipalHomeSetsFetchJob::start()
Reimplements: KJob::start().
Starts the job.