summaryrefslogtreecommitdiff
path: root/src/luascript.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luascript.h')
-rw-r--r--src/luascript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luascript.h b/src/luascript.h
index b88e023..ab89a60 100644
--- a/src/luascript.h
+++ b/src/luascript.h
@@ -78,6 +78,7 @@ public slots:
signals:
void reset();
void lineChanged(int lineno);
+ void errorLine(QString file, int lineno, QString error);
protected:
lua_State *L;