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

Method uploadParamList

src/sync/WizSync.cpp:528–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526
527
528bool WizKMSync::uploadParamList()
529{
530 if (m_bGroup)
531 {
532 if (!m_pDatabase->isGroupAuthor()) //need author
533 return TRUE;
534 }
535
536 return UploadSimpleList<WIZDOCUMENTPARAMDATA>("param", m_pEvents, m_pDatabase, m_server, syncUploadParamList);
537}
538
539bool InitDocumentData(IWizSyncableDatabase* pDatabase, const QString& strObjectGUID, WIZDOCUMENTDATAEX& data, bool forceUploadData)
540{

Callers

nothing calls this directly

Calls 1

isGroupAuthorMethod · 0.80

Tested by

no test coverage detected