MCPcopy Create free account
hub / github.com/Vhonowslend/StreamFX-Public / handler

Method handler

source/ui/ui.cpp:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68streamfx::ui::handler::handler()
69 : QObject(), _menu_action(), _menu(),
70
71 _action_support(), _action_wiki(), _action_website(), _action_discord(), _action_twitter(), _action_youtube(),
72
73 _about_action(), _about_dialog(),
74
75 _translator(), _updater()
76{
77 obs_frontend_add_event_callback(frontend_event_handler, this);
78}
79
80streamfx::ui::handler::~handler()
81{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected