aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaRuntime.hpp')
-rw-r--r--src/LuaRuntime.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp
index d7ec1ae..abefd86 100644
--- a/src/LuaRuntime.hpp
+++ b/src/LuaRuntime.hpp
@@ -34,6 +34,7 @@ public:
void evaluate(const QString &code);
void load_file_sync(const QString &path);
+ void append_package_path(const QString &path);
void stop_event_loop();
void start_event_loop();
@@ -61,7 +62,7 @@ signals:
protected:
LuaRuntime();
~LuaRuntime() override;
- void init_lua_package_path();
+ void init_builtins_package_path();
void init_web_api();
private: