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

Method on_timer_timeout

src/share/WizGroupMessage.cpp:18–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void WizGroupMessage::on_timer_timeout()
19{
20 m_timer.stop();
21
22 // clean up
23 m_arrayMsgNeedUpload.clear();
24 m_listMsgUploading.clear();
25 m_bizInfo.clear();
26
27 // start login
28 QString strUserId = m_db.getUserId();
29 QString strPasswd = m_db.getPassword();
30 callClientLogin(strUserId, strPasswd);
31}
32
33void WizGroupMessage::onClientLogin(const WIZUSERINFO& userInfo)
34{

Callers

nothing calls this directly

Calls 4

getUserIdMethod · 0.80
stopMethod · 0.45
clearMethod · 0.45
getPasswordMethod · 0.45

Tested by

no test coverage detected