| 20 | } |
| 21 | |
| 22 | void 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 | |
| 33 | void WizDownloadObjectData::onClientLogin(const WIZUSERINFO& userInfo) |
| 34 | { |
no test coverage detected