From c3a7893d9f2c67614257bc0dbfa802b9cc9ff056 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 4 Jun 2008 14:28:03 +0000 Subject: Added extensive error checking and handling in the LUA wrapper. --- client/lua.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/lua.h') diff --git a/client/lua.h b/client/lua.h index b0737a0..1499279 100644 --- a/client/lua.h +++ b/client/lua.h @@ -44,6 +44,8 @@ public: QString getValue(QString name); void setValue(QString name, QString value); + void error(QString message); + private: lua_State *L; MacroWindow *macrowindow; -- cgit v1.2.3