Seperated the lexer from the syntax highlighter for automated testing.
This commit is contained in:
parent
254cc82116
commit
c2e201f813
4 changed files with 182 additions and 160 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue