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

Method copyPersonalFolderToGroupDB

src/share/WizObjectOperator.cpp:152–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void WizDocumentOperatorPrivate::copyPersonalFolderToGroupDB()
153{
154 WizDatabaseManager* dbMgr = WizDatabaseManager::instance();
155 m_totoalCount = documentCount(dbMgr->db(), m_data->sourceFolder);
156
157 //
158 QString targetTagName = getUniqueFolderName(m_data->targetTag, m_data->sourceFolder, m_data->combineFolders);
159 copyPersonalFolderToGroupDB(m_data->sourceFolder, m_data->targetTag, targetTagName);
160
161 emit finished();
162}
163
164void WizDocumentOperatorPrivate::copyGroupFolderToPersonalDB()
165{

Callers 1

Calls 12

documentCountFunction · 0.85
WizExecuteOnThreadFunction · 0.85
isEmptyMethod · 0.80
getLocationNameMethod · 0.80
createTagMethod · 0.80
beginMethod · 0.80
endMethod · 0.80
getAllLocationsMethod · 0.80
getChildLocationsMethod · 0.80
execMethod · 0.45

Tested by

no test coverage detected