| 209 | }; |
| 210 | |
| 211 | sfh::SystemTray::SystemTray(IDaemon* daemon) |
| 212 | : m_impl(std::make_unique<Implementation>(daemon)) |
| 213 | { |
| 214 | } |
| 215 | |
| 216 | sfh::SystemTray::~SystemTray() = default; |
| 217 |
nothing calls this directly
no outgoing calls
no test coverage detected