| 97 | streamfx::ui::obs_browser_widget::~obs_browser_widget() {} |
| 98 | |
| 99 | streamfx::obs::QCefWidget* streamfx::ui::obs_browser_widget::cefwidget() |
| 100 | { |
| 101 | return _widget; |
| 102 | } |
| 103 | |
| 104 | void streamfx::ui::obs_browser_widget::set_url(QUrl url) |
| 105 | { |
nothing calls this directly
no outgoing calls
no test coverage detected