This commit is contained in:
2026-03-03 22:52:22 +01:00
parent 8d00476ed2
commit 8f49007930
11 changed files with 167 additions and 39 deletions

View File

@@ -6,6 +6,7 @@
class WebViewQt;
class Rktwebview_qt;
class Command;
class WebviewWindow : public QMainWindow
{
@@ -39,6 +40,7 @@ public:
public:
void runJs(const QString &js);
void callJs(const QString &js, Command *c);
void openDevTools();
public: