Home
last modified time | relevance | path

Searched refs:PageProtectionState (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/korganizer/plugins/picoftheday/
H A Delement.h65 enum PageProtectionState { ProtectedPage, UnprotectedPage }; enum
66 KIO::SimpleJob *createImagesJsonQueryJob(PageProtectionState pageProtectionState);
74 void handleImagesJsonResponse(KJob *job, PageProtectionState pageProtectionState);
H A Delement.cpp99 KIO::SimpleJob *POTDElement::createImagesJsonQueryJob(PageProtectionState state) in createImagesJsonQueryJob()
118 void POTDElement::handleImagesJsonResponse(KJob *job, PageProtectionState pageProtectionState) in handleImagesJsonResponse()