From 68448538172663279919b29dd09b5faa51e0628a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 26 Jul 2025 00:56:14 +0530 Subject: Add web.schedule to schedule an action after qt+libuv tick --- src/LuaRuntime.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/LuaRuntime.hpp') diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp index 1132270..5d8e7cc 100644 --- a/src/LuaRuntime.hpp +++ b/src/LuaRuntime.hpp @@ -64,6 +64,7 @@ signals: void webview_scroll_bottom_requested(WebViewId webview_id); void decoration_set_enabled(DecorationType type, bool enabled, std::optional win_id); void set_view_html(const QString &html, WebViewId view_id); + void schedule_for_next_tick(const std::function &action); protected: LuaRuntime(); -- cgit v1.3.1