1 #ifndef QSYNCUPLOADDATA_H
2 #define QSYNCUPLOADDATA_H
34 explicit QSyncUploadData(QNetworkAccessManager *networkManager, QObject *parent =
nullptr);
39 void request(
const QString &time,
const QString &bucket,
const QString &fileName,
const QString &filePath);
45 void uploadFileFinished(
const QString &time);
49 void uploadProgressChanged(
const QString &time, qint64 bytesSent, qint64 bytesTotal);
59 void uploadProgress(qint64 percent, qint64 total);
63 #endif // QSYNCUPLOADDATA_H
#define TTK_MODULE_EXPORT
The class of the sync cloud data interface.
The class of the sync cloud upload data.
virtual void receiveDataFromServer()=0