Better profile support, only 1 web server per context, multiple windows per context

This commit is contained in:
2026-03-12 00:23:27 +01:00
parent 7d234bc834
commit d99c5a1725
13 changed files with 314 additions and 168 deletions

View File

@@ -10,6 +10,7 @@ WebViewQt::WebViewQt(int id, WebviewWindow *window)
_window = window;
}
int WebViewQt::id() const
{
return _id;