Much work, using Qt 6.10 on Linux for better https support
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <QJsonDocument>
|
||||
|
||||
WebViewQt::WebViewQt(int id, WebviewWindow *window)
|
||||
: QWebEngineView(window)
|
||||
: QWebEngineView(window->profile(), window)
|
||||
{
|
||||
_id = id;
|
||||
_window = window;
|
||||
|
||||
Reference in New Issue
Block a user