Kgapi
9#include "kgapiblogger_export.h"
17class KGAPIBLOGGER_EXPORT CommentDeleteContentJob :
public KGAPI2::ModifyJob
22 explicit CommentDeleteContentJob(
const QString &blogId,
23 const QString &postId,
24 const QString &commentId,
25 const AccountPtr &account,
26 QObject *parent =
nullptr);
27 explicit CommentDeleteContentJob(
const CommentPtr &comment,
const AccountPtr &account, QObject *parent =
nullptr);
28 ~CommentDeleteContentJob()
override;
31 void start()
override;
32 ObjectsList handleReplyWithItems(
const QNetworkReply *reply,
const QByteArray &rawData)
override;
Q_SCRIPTABLE Q_NOREPLY void start()
A job to fetch a single map tile described by a StaticMapUrl.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:07:23 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.