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

Method setMessageDeleteStatus

src/sync/WizAsyncApi.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

onSyncTimeoutMethod · 0.45
WizUploadMessagesFunction · 0.45

Calls 1

WizExecuteOnThreadFunction · 0.85

Tested by

no test coverage detected