| 26 | } |
| 27 | |
| 28 | void BaseIntegration::logMessageDebug(const QString &message) { |
| 29 | Logs::writeDebug(message); |
| 30 | } |
| 31 | |
| 32 | void BaseIntegration::logMessage(const QString &message) { |
| 33 | Logs::writeMain(message); |
nothing calls this directly
no test coverage detected