#include #include #include "widgets/WebView.hpp" WebView::WebView(QWebEngineProfile *profile) : QWebEngineView(profile) {}