This commit is contained in:
2026-03-08 22:49:39 +01:00
parent 5d29d6f3b6
commit c752553d2e
14 changed files with 255 additions and 52 deletions

View File

@@ -66,6 +66,7 @@ public:
public:
int rktWebViewCreate(int parent, event_cb_t js_evt_cb);
void rktWebViewClose(int wv);
void rktSetOUToken(rktwebview_t wv, const char *ou_token);
void rktQuit();
result_t rktOpenDevtools(rktwebview_t wv);
@@ -109,7 +110,8 @@ public:
public:
Rktwebview_qt(Rktwebview_qt **handler);
};
};
#endif // RKTWEBVIEW_QT_H