Seperated the lexer from the syntax highlighter for automated testing.

This commit is contained in:
eelke 2017-02-11 08:03:10 +01:00
parent 254cc82116
commit c2e201f813
4 changed files with 182 additions and 160 deletions

View file

@ -50,7 +50,8 @@ SOURCES += main.cpp\
OpenDatabase.cpp \
ParamListModel.cpp \
MainWindow.cpp \
SqlSyntaxHighlighter.cpp
SqlSyntaxHighlighter.cpp \
SqlLexer.cpp
HEADERS += \
sqlparser.h \
@ -87,7 +88,8 @@ HEADERS += \
OpenDatabase.h \
ParamListModel.h \
MainWindow.h \
SqlSyntaxHighlighter.h
SqlSyntaxHighlighter.h \
SqlLexer.h
FORMS += mainwindow.ui \
databasewindow.ui \