Big cleanup

This commit is contained in:
eelke 2022-05-26 08:25:31 +02:00
parent d3080a08bb
commit 8b671090a0
55 changed files with 214 additions and 3967 deletions

View file

@ -26,15 +26,8 @@ SOURCES += my_boost_assert_handler.cpp \
PasswordManager.cpp \
CsvWriter.cpp \
BackupFormatModel.cpp \
QueuedBackgroundTask.cpp \
ExplainTreeModelItem.cpp \
jsoncpp.cpp \
SqlParser.cpp \
SqlAstNode.cpp \
SqlAstSelectList.cpp \
SqlAstSelectListEntry.cpp \
SqlAstSelect.cpp \
SqlAstExpression.cpp
jsoncpp.cpp
HEADERS += PasswordManager.h \
KeyStrengthener.h \
@ -42,16 +35,9 @@ HEADERS += PasswordManager.h \
ScopeGuard.h \
CsvWriter.h \
BackupFormatModel.h \
QueuedBackgroundTask.h \
Expected.h \
ExplainTreeModelItem.h \
json/json.h \
SqlParser.h \
SqlAstNode.h \
SqlAstSelectList.h \
SqlAstSelectListEntry.h \
SqlAstSelect.h \
SqlAstExpression.h \
std_utils.h \
IntegerRange.h