MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / setObjectVersion

Method setObjectVersion

src/database/WizDatabase.cpp:954–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954bool WizDatabase::setObjectVersion(const QString& strObjectName,
955 qint64 nVersion)
956{
957 return setMetaInt64("SYNC_INFO", strObjectName, nVersion);
958}
959
960bool WizDatabase::getModifiedDeletedList(CWizDeletedGUIDDataArray& arrayData)
961{

Callers 3

WizDownloadMessagesFunction · 0.80
syncGroupUsersFunction · 0.80
downloadListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected