From 971854bfefad4c644ac3d5f5d6003f24d551bf1d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 10 Mar 2025 22:04:24 +0530 Subject: Add completer + simplify command parsing + class generator --- 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 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(); -- cgit v1.3.1