| 52 | } |
| 53 | |
| 54 | void WizAsyncApi::setMessageDeleteStatus(const QString& ids, bool bDelete) |
| 55 | { |
| 56 | WizExecuteOnThread(WIZ_THREAD_NETWORK, [=](){ |
| 57 | setMessageDeleteStatus_impl(ids, bDelete); |
| 58 | }); |
| 59 | } |
| 60 | |
| 61 | void WizAsyncApi::setMessageReadStatus_impl(const QString& ids, bool bRead) |
| 62 | { |
no test coverage detected