aboutsummaryrefslogtreecommitdiff
path: root/include/LuaRuntime.hpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-10 22:04:24 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-10 22:13:15 +0530
commit971854bfefad4c644ac3d5f5d6003f24d551bf1d (patch)
tree0f5ee90fd5968d345b157d38964094837315edf0 /include/LuaRuntime.hpp
parentd400369084107104f51fe217d5781c8d7bd07ff9 (diff)
downloadnull-browser-971854bfefad4c644ac3d5f5d6003f24d551bf1d.tar.gz
null-browser-971854bfefad4c644ac3d5f5d6003f24d551bf1d.zip
Add completer + simplify command parsing + class generator
Diffstat (limited to '')
-rw-r--r--include/LuaRuntime.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LuaRuntime.hpp b/include/LuaRuntime.hpp
index 85bb1ae..96c0004 100644
--- a/include/LuaRuntime.hpp
+++ b/include/LuaRuntime.hpp
@@ -13,7 +13,7 @@ public:
return &inst;
}
- void evaluate(const char *code);
+ void evaluate(QString code);
protected:
LuaRuntime();