Refactor search queries: Introduced QSSQuery

Purpose is to seperate certain logic from SQLite and generalize it more.
Even though we only have Sqlite atm, in general the database layers
must be stupid as possible, while QSSQuery should do most of the hard work.

Fixes in Tokenizer logic.
Switched to C++17.
Этот коммит содержится в:
2019-08-17 11:06:35 +02:00
родитель ef6485117b
Коммит 404f05b89f
14 изменённых файлов: 504 добавлений и 620 удалений

Просмотреть файл

@@ -7,7 +7,7 @@
QT += core concurrent gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++14
CONFIG += c++17
TARGET = qss-gui
TEMPLATE = app