Go to the documentation of this file.
24 #ifndef DIGIKAM_VKONTAKTE_PHOTOJOBBASE_H
25 #define DIGIKAM_VKONTAKTE_PHOTOJOBBASE_H
37 class PhotoJob :
public KJobWithSubjob
43 explicit PhotoJob(
const QUrl& url);
46 void start()
override;
51 void jobFinished(KJob* kjob);
56 explicit PhotoJob(QObject*) =
delete;