| 19 | UIDelegateInterface::UIDelegateInterface() = default; |
| 20 | |
| 21 | InfoDictionary UIDelegateInterface::info() { return {}; } |
| 22 | |
| 23 | InfoDictionary UIDelegateInterface::settings([[maybe_unused]] const HostSessionPtr& hostSession) { |
| 24 | return {}; |
nothing calls this directly
no outgoing calls
no test coverage detected