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

Method onText

src/sync/WizKMSync.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21HRESULT WizKMSyncEvents::onText(WizKMSyncProgressMessageType type, const QString& strStatus)
22{
23 Q_UNUSED(type);
24 qInfo() << "[Sync]" << strStatus;
25
26 Q_EMIT messageReady(strStatus);
27 return 0;
28}
29
30HRESULT WizKMSyncEvents::onMessage(WizKMSyncProgressMessageType type, const QString& strTitle, const QString& strMessage)
31{

Callers 1

WizSync.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected