| 1844 | } |
| 1845 | |
| 1846 | void WizDatabase::onNoteCountLimit(const QString& strErrorMessage) |
| 1847 | { |
| 1848 | setMeta(WIZKMSYNC_EXIT_INFO, "LastSyncErrorCode", QString::number(WIZKMSYNC_EXIT_NOTE_COUNT_LIMIT)); |
| 1849 | setMeta(WIZKMSYNC_EXIT_INFO, "LastSyncErrorMessage", strErrorMessage); |
| 1850 | } |
| 1851 | |
| 1852 | void WizDatabase::onBizServiceExpr(const QString& strBizGUID, const QString& strErrorMessage) |
| 1853 | { |