From 0d5b7cb2a8bea5d91c58dd40f80d60bca384b766 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 11 Mar 2025 22:56:07 +0530 Subject: Add command+url evaluation --- include/LuaRuntime.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/LuaRuntime.hpp') diff --git a/include/LuaRuntime.hpp b/include/LuaRuntime.hpp index 96c0004..83ebf0c 100644 --- a/include/LuaRuntime.hpp +++ b/include/LuaRuntime.hpp @@ -20,7 +20,7 @@ protected: ~LuaRuntime(); signals: - void urlOpenned(QString url, OpenType openType); + void urlOpened(QString url, OpenType openType); protected: static int lua_onUrlOpen(lua_State *state); -- cgit v1.3.1