/
githubmirror
/
obs-studio
Обзор
Документация
Войти
/
githubmirror
/
obs-studio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
frontend/utility/WhatsNewBrowserInitThread.cpp
20 строк
338 B
PatTheMav
frontend: Split UI utility implementation into single files per class
08 янв 2025, 19:33
08 янв 2025, 19:33
a1ba324
Код
Авторство
О чём код?
#include "WhatsNewBrowserInitThread.hpp" #ifdef BROWSER_AVAILABLE #include <browser-panel.hpp> #endif #include "moc_WhatsNewBrowserInitThread.cpp" #ifdef BROWSER_AVAILABLE struct QCef; extern QCef *cef; #endif void WhatsNewBrowserInitThread::run() { #ifdef BROWSER_AVAILABLE cef->wait_for_browser_init(); #endif emit Result(url); }