| 66 | } |
| 67 | |
| 68 | streamfx::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 | |
| 80 | streamfx::ui::handler::~handler() |
| 81 | { |
nothing calls this directly
no outgoing calls
no test coverage detected