21#include <quentier/synchronization/types/Fwd.h>
22#include <quentier/utility/Linkage.h>
26namespace quentier::synchronization {
31[[nodiscard]] QJsonObject QUENTIER_EXPORT
39[[nodiscard]] IDownloadNotesStatusPtr QUENTIER_EXPORT
40 deserializeDownloadNotesStatusFromJson(
const QJsonObject & json);
The IDownloadNotesStatus interface presents information about the status of notes downloading process...
Definition IDownloadNotesStatus.h:42