Kgapi
filetrashjob.h
28 explicit FileTrashJob(const QString &fileId, const AccountPtr &account, QObject *parent = nullptr);
29 explicit FileTrashJob(const QStringList &filesIds, const AccountPtr &account, QObject *parent = nullptr);
30 explicit FileTrashJob(const FilePtr &file, const AccountPtr &account, QObject *parent = nullptr);
31 explicit FileTrashJob(const FilesList &files, const AccountPtr &account, QObject *parent = nullptr);
36 void dispatchRequest(QNetworkAccessManager *accessManager, const QNetworkRequest &request, const QByteArray &data, const QString &contentType) override;
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.