| 37 | } |
| 38 | |
| 39 | KernelInstanceHandler::~KernelInstanceHandler() |
| 40 | { |
| 41 | StopConnection(); |
| 42 | } |
| 43 | |
| 44 | std::optional<QString> KernelInstanceHandler::CheckPort(const QMap<QString, ProtocolSettingsInfoObject> &info, int plugins) |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected