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

Method startDownload

src/share/WizDownloadObjectData.cpp:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void WizDownloadObjectData::startDownload()
23{
24 Q_ASSERT(m_bInited);
25 QString strUserId = m_dbMgr.db().getUserId();
26 QString strPasswd = m_dbMgr.db().getPassword();
27
28 setKbUrl(WIZ_API_URL);
29 Q_ASSERT(0);
30 //callClientLogin(strUserId, strPasswd);
31}
32
33void WizDownloadObjectData::onClientLogin(const WIZUSERINFO& userInfo)
34{

Callers 2

updateLocalTemplatesMethod · 0.45
processImageSrcMethod · 0.45

Calls 2

getUserIdMethod · 0.80
getPasswordMethod · 0.45

Tested by

no test coverage detected