summaryrefslogtreecommitdiffstats
path: root/qt/qextscintillalexersql.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/qextscintillalexersql.cpp')
-rw-r--r--qt/qextscintillalexersql.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/qextscintillalexersql.cpp b/qt/qextscintillalexersql.cpp
index b934cda..a6a468a 100644
--- a/qt/qextscintillalexersql.cpp
+++ b/qt/qextscintillalexersql.cpp
@@ -450,3 +450,5 @@ void QextScintillaLexerSQL::setBackslashEscapesProp()
{
emit propertyChanged("sql.backslash.escapes",(backslash_escapes ? "1" : "0"));
}
+
+#include "qextscintillalexersql.moc"