KDAV
davitemdeletejob.cpp
45 job->addMetaData(QStringLiteral("customHTTPHeader"), QStringLiteral("If-Match: ") + d->mItem.etag());
DavItemDeleteJob(const DavItem &item, QObject *parent=nullptr)
Creates a new DAV item delete job.
Definition davitemdeletejob.cpp:33
int freshResponseCode() const
Returns the response code we got when fetching the fresh item.
Definition davitemdeletejob.cpp:60
DavItem freshItem() const
Returns the item that triggered the conflict, if any.
Definition davitemdeletejob.cpp:54
A job that fetches a DAV item from the DAV server.
Definition davitemfetchjob.h:26
DavItem item() const
Returns the fetched item including current ETag information.
Definition davitemfetchjob.cpp:66
void addMetaData(const QMap< QString, QString > &values)
QString queryMetaData(const QString &key)
int error() const
void result(KJob *job)
QString errorText() const
KIOCORE_EXPORT DeleteJob * del(const QList< QUrl > &src, JobFlags flags=DefaultFlags)
DefaultFlags
HideProgressInfo
ERR_NO_CONTENT
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
bool isEmpty() const const
int toInt(bool *ok, int base) const const
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:13:08 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:13:08 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.