Go to the documentation of this file.
24 #ifndef DIGIKAM_VKONTAKTE_PHOTOLISTJOB_H
25 #define DIGIKAM_VKONTAKTE_PHOTOLISTJOB_H
35 class PhotoListJob :
public VkontakteJob
41 explicit PhotoListJob(
const QString& accessToken,
43 ~PhotoListJob()
override;
53 void handleData(
const QJsonValue& data)
override;
58 PhotoListJob(QObject*) =
delete;