| 639 | } |
| 640 | |
| 641 | void WizMessageListView::onReadTimeout() |
| 642 | { |
| 643 | if (m_pCurrentItem && !m_pCurrentItem->data().nReadStatus) { |
| 644 | m_dbMgr.db().setMessageReadStatus(m_pCurrentItem->data()); |
| 645 | m_readList.push_back(m_pCurrentItem->data().nId); |
| 646 | m_timerTriggerSync.start(); |
| 647 | } |
| 648 | } |
| 649 | |
| 650 | void WizMessageListView::onSyncTimeout() |
| 651 | { |
nothing calls this directly
no test coverage detected