shared: Introduce IndexSyncer, containing logic of cli/CommandUpdate

IndexSyncer contains most of the logic of cli/CommandUpdate, so
it can be reused in the GUI where we need it too
This commit is contained in:
2022-06-03 10:06:03 +02:00
parent 86d629c957
commit abc126548b
3 changed files with 156 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ SOURCES += sqlitesearch.cpp \
filesaver.cpp \
filescanworker.cpp \
indexer.cpp \
indexsyncer.cpp \
logger.cpp \
looqsgeneralexception.cpp \
common.cpp \
@@ -71,6 +72,7 @@ HEADERS += sqlitesearch.h \
filesaver.h \
filescanworker.h \
indexer.h \
indexsyncer.h \
logger.h \
looqsgeneralexception.h \
looqsquery.h \