summaryrefslogtreecommitdiff
path: root/src/luascript.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-12-28 12:30:48 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2018-12-28 12:30:48 +0100
commit16beb55484c20b8b1e92afdf5720fa3860d77309 (patch)
treeffb199f4c77247f1abef8091a5fc4ad459ecb224 /src/luascript.h
parent0ee75305070f79b12cbfa5a31b17c543d0517428 (diff)
Show error line in red in the editor.
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;