aboutsummaryrefslogtreecommitdiff
path: root/include/LuaRuntime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/LuaRuntime.hpp')
-rw-r--r--include/LuaRuntime.hpp2
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);