| 19 | } |
| 20 | |
| 21 | HRESULT 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 | |
| 30 | HRESULT WizKMSyncEvents::onMessage(WizKMSyncProgressMessageType type, const QString& strTitle, const QString& strMessage) |
| 31 | { |