|
@@ -1,25 +1,17 @@
|
|
-#include <QMessageBox>
|
|
|
|
-#include <QUrl>
|
|
|
|
-#include <QUuid>
|
|
|
|
-#include <qt-wrappers.hpp>
|
|
|
|
-
|
|
|
|
-#include "window-basic-settings.hpp"
|
|
|
|
-#include "obs-frontend-api.h"
|
|
|
|
-#include "obs-app.hpp"
|
|
|
|
-#include "window-basic-main.hpp"
|
|
|
|
-#include "url-push-button.hpp"
|
|
|
|
|
|
+#include "OBSBasicSettings.hpp"
|
|
|
|
|
|
-#ifdef BROWSER_AVAILABLE
|
|
|
|
-#include <browser-panel.hpp>
|
|
|
|
|
|
+#ifdef YOUTUBE_ENABLED
|
|
|
|
+#include <docks/YouTubeAppDock.hpp>
|
|
#endif
|
|
#endif
|
|
-
|
|
|
|
-#include "auth-oauth.hpp"
|
|
|
|
-
|
|
|
|
-#include "ui-config.h"
|
|
|
|
-
|
|
|
|
|
|
+#include <oauth/OAuth.hpp>
|
|
#ifdef YOUTUBE_ENABLED
|
|
#ifdef YOUTUBE_ENABLED
|
|
-#include "youtube-api-wrappers.hpp"
|
|
|
|
|
|
+#include <utility/YoutubeApiWrappers.hpp>
|
|
#endif
|
|
#endif
|
|
|
|
+#include <widgets/OBSBasic.hpp>
|
|
|
|
+
|
|
|
|
+#include <qt-wrappers.hpp>
|
|
|
|
+
|
|
|
|
+#include <QUuid>
|
|
|
|
|
|
static const QUuid &CustomServerUUID()
|
|
static const QUuid &CustomServerUUID()
|
|
{
|
|
{
|
|
@@ -32,6 +24,7 @@ struct QCefCookieManager;
|
|
|
|
|
|
extern QCef *cef;
|
|
extern QCef *cef;
|
|
extern QCefCookieManager *panel_cookies;
|
|
extern QCefCookieManager *panel_cookies;
|
|
|
|
+extern bool cef_js_avail;
|
|
|
|
|
|
enum class ListOpt : int {
|
|
enum class ListOpt : int {
|
|
ShowAll = 1,
|
|
ShowAll = 1,
|