Lua: Move inspect and async into resources

Change-Id: I257323861823ed7858efdb265a78cc572c2e7273
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-09-27 12:11:32 +02:00
parent 62f0c8e27b
commit cfb64f3518
10 changed files with 31 additions and 30 deletions

View File

@@ -34,7 +34,6 @@ using namespace ExtensionSystem;
namespace Lua::Internal {
void setupActionModule();
void setupAsyncModule();
void setupCoreModule();
void setupFetchModule();
void setupGuiModule();
@@ -254,8 +253,10 @@ public:
{
setupLuaEngine(this);
registerProvider("async", ":/lua/scripts/async.lua");
registerProvider("inspect", ":/lua/scripts/inspect.lua");
setupActionModule();
setupAsyncModule();
setupCoreModule();
setupFetchModule();
setupGuiModule();