diff options
author | deva <deva> | 2011-06-28 06:35:55 +0000 |
---|---|---|
committer | deva <deva> | 2011-06-28 06:35:55 +0000 |
commit | 01febc40e2aad29bf6cf6cbeb457c44354aba0f9 (patch) | |
tree | ee86654206054f96e0dbad66bd294890df6a0e7f /client/lua.cc | |
parent | 91a243b89ce1a00a9167f95de4c4fd8c62769391 (diff) |
Added praxisd accessibility through lua.
Diffstat (limited to 'client/lua.cc')
-rw-r--r-- | client/lua.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/lua.cc b/client/lua.cc index 5d6b194..48840ce 100644 --- a/client/lua.cc +++ b/client/lua.cc @@ -32,6 +32,7 @@ #include "luawidget.h" #include "luadb.h" +#include "luapraxisd.h" #include "debug.h" @@ -235,6 +236,7 @@ void LUA::clear() register_widgets(L); register_db(L); + register_praxisd(L); } QString LUA::runScriptS(QString script, Widget *widget, QString name) |