fixup! shared: Add DocumentProcessResult

This commit is contained in:
Albert S. 2023-05-14 14:27:22 +02:00
父節點 6a8323f2cf
當前提交 7c30124743
共有 1 個文件被更改,包括 4 次插入0 次删除

查看文件

@ -42,6 +42,8 @@ SOURCES += sqlitesearch.cpp \
dbmigrator.cpp \
defaulttextprocessor.cpp \
dirscanworker.cpp \
documentoutlineentry.cpp \
documentprocessresult.cpp \
encodingdetector.cpp \
filesaver.cpp \
filescanworker.cpp \
@ -72,6 +74,8 @@ HEADERS += sqlitesearch.h \
dbmigrator.h \
defaulttextprocessor.h \
dirscanworker.h \
documentoutlineentry.h \
documentprocessresult.h \
encodingdetector.h \
filedata.h \
filesaver.h \