|
| SyncStatePersistenceManager (QObject *parent=nullptr) |
|
void | getPersistentSyncState (const Account &account, qint32 &userOwnDataUpdateCount, qevercloud::Timestamp &userOwnDataSyncTime, QHash< QString, qint32 > &linkedNotebookUpdateCountsByLinkedNotebookGuid, QHash< QString, qevercloud::Timestamp > &linkedNotebookSyncTimesByLinkedNotebookGuid) |
|
void | persistSyncState (const Account &account, const qint32 userOwnDataUpdateCount, const qevercloud::Timestamp userOwnDataSyncTime, const QHash< QString, qint32 > &linkedNotebookUpdateCountsByLinkedNotebookGuid, const QHash< QString, qevercloud::Timestamp > &linkedNotebookSyncTimesByLinkedNotebookGuid) |
|