| 76 | } |
| 77 | |
| 78 | void RawUdpServer::dataTimeout() |
| 79 | { |
| 80 | _ownerInstance->setInputInactive(_priority); |
| 81 | } |
| 82 | |
| 83 | |
| 84 | void RawUdpServer::handleSettingsUpdate(settings::type type, const QJsonDocument& config) |
nothing calls this directly
no test coverage detected