1 #ifndef QSYNCDATAINTERFACE_H
2 #define QSYNCDATAINTERFACE_H
22 #include <QNetworkReply>
40 explicit QSyncDataInterface(QNetworkAccessManager *networkManager, QObject *parent =
nullptr);
47 virtual void receiveDataFromServer() = 0;
51 void replyError(QNetworkReply::NetworkError error);
57 QString pathEncode(
const QString &data)
const;
61 QString pathDecode(
const QString &data)
const;
74 #endif // QSYNCDATAINTERFACE_H
#define TTK_MODULE_EXPORT
The class of the sync cloud data interface private.
The class of the sync cloud data interface.
#define TTK_DECLARE_PRIVATE(Class)