| 66 | } |
| 67 | |
| 68 | bool DeviceManagerPrivate::getRestoreControllerDeviceState() const |
| 69 | { |
| 70 | return _restore_controller_device_state; |
| 71 | } |
| 72 | |
| 73 | void DeviceManagerPrivate::insertDevice(std::shared_ptr<Device> device) |
| 74 | { |
nothing calls this directly
no outgoing calls
no test coverage detected