MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / SystemTray

Method SystemTray

SubtitleFontAutoLoaderDaemon/TrayIcon.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209};
210
211sfh::SystemTray::SystemTray(IDaemon* daemon)
212 : m_impl(std::make_unique<Implementation>(daemon))
213{
214}
215
216sfh::SystemTray::~SystemTray() = default;
217

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected