Much work, using Qt 6.10 on Linux for better https support

This commit is contained in:
2026-03-11 17:57:55 +01:00
parent 989c3d328a
commit 7d234bc834
16 changed files with 541 additions and 217 deletions

View File

@@ -4,7 +4,7 @@
#include <QJsonDocument>
WebViewQt::WebViewQt(int id, WebviewWindow *window)
: QWebEngineView(window)
: QWebEngineView(window->profile(), window)
{
_id = id;
_window = window;