1 #ifndef QSYNCDELETEDATA_H
2 #define QSYNCDELETEDATA_H
34 explicit QSyncDeleteData(QNetworkAccessManager *networkManager, QObject *parent =
nullptr);
39 void request(
const QString &bucket,
const QString &fileName);
45 void deleteFileFinished(
bool state);
55 #endif // QSYNCDELETEDATA_H
#define TTK_MODULE_EXPORT
The class of the sync cloud data interface.
virtual void receiveDataFromServer()=0
The class of the sync cloud delete data.