This commit is contained in:
2026-03-09 09:28:46 +01:00
parent 0ec5a42c71
commit a078022401
7 changed files with 673 additions and 19 deletions

View File

@@ -150,13 +150,6 @@ void WebviewWindow::addView(WebViewQt *v, Rktwebview_qt *c)
" let json_q = JSON.stringify(q);\n"
" return json_q;\n"
"};\n"
"console.log('We have set:');\n"
"console.log('window.rkt_event_queue:');\n"
"console.log(window.rkt_event_queue);\n"
"console.log('window.rkt_send_event:');\n"
"console.log(window.rkt_send_event);\n"
"console.log('window.rkt_get_events:');\n"
"console.log(window.rkt_get_events);\n"
);
evt_script.setWorldId(QWebEngineScript::ApplicationWorld);
//col.insert(evt_script);