| 507 | } |
| 508 | |
| 509 | void Engine::detectAppropriatePacketSize() |
| 510 | { |
| 511 | QMetaObject::invokeMethod(this, "detectAppropriatePacketSizeImpl"); |
| 512 | } |
| 513 | |
| 514 | void Engine::setSettingsMacAddressSpoofing(const types::MacAddrSpoofing &macAddrSpoofing) |
| 515 | { |
no outgoing calls
no test coverage detected