mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-09-10 18:56:29 +02:00
CLIExecuted -> CliExecuted
This commit is contained in:
parent
2a3aa0af59
commit
ec0d999365
3 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ LuaEngine::LuaEngine(QObject *parent, bool loadBaseLibraries) : QObject(parent)
|
|||
|
||||
pushVariant("DeleteInstant", 0);
|
||||
pushVariant("DeleteLater", 1);
|
||||
pushVariant("CLIExecuted", "CLIExecuted");
|
||||
pushVariant("CliExecuted", "CliExecuted");
|
||||
pushFunction("delete", luaObjectDelete_p);
|
||||
pushFunction("connect", luaTriggerConnect_p);
|
||||
pushFunction("disconnect", luaTriggerDisconnect_p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue