#ifndef WEBENGINEVIEW_H #define WEBENGINEVIEW_H #include #include // class WebEngineUrlRequestInterceptor; class WebEngineView : public QWebEngineView { Q_OBJECT public: explicit WebEngineView(QWidget *parent = nullptr); static void handleChromiumFlags(); static void present(std::unique_ptr &newNotification); private: // WebEngineUrlRequestInterceptor *interceptor = nullptr; }; #endif // WEBENGINEVIEW_H