diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-11 22:56:07 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-11 22:56:21 +0530 |
| commit | 0d5b7cb2a8bea5d91c58dd40f80d60bca384b766 (patch) | |
| tree | 4a0a9296d7dd4542afd21d5c37cdab0cc1aa74b7 /include/LuaRuntime.hpp | |
| parent | 12d0ce37db7323e8efd56d6a698a98abcb8d680b (diff) | |
| download | null-browser-0d5b7cb2a8bea5d91c58dd40f80d60bca384b766.tar.gz null-browser-0d5b7cb2a8bea5d91c58dd40f80d60bca384b766.zip | |
Add command+url evaluation
Diffstat (limited to 'include/LuaRuntime.hpp')
| -rw-r--r-- | include/LuaRuntime.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
