ComicQueryResultProcessor: fix a typo in the class name

This commit is contained in:
Igor Kushnir
2021-02-05 15:26:43 +02:00
parent 3a9bec55f8
commit 12c2ff027a
5 changed files with 16 additions and 16 deletions

View File

@ -80,7 +80,7 @@ QT += sql network widgets script svg
HEADERS += comic_flow.h \
../common/concurrent_queue.h \
create_library_dialog.h \
db/comic_query_result_procesor.h \
db/comic_query_result_processor.h \
db/folder_query_result_processor.h \
db/query_lexer.h \
library_creator.h \
@ -158,7 +158,7 @@ HEADERS += comic_flow.h \
SOURCES += comic_flow.cpp \
create_library_dialog.cpp \
db/comic_query_result_procesor.cpp \
db/comic_query_result_processor.cpp \
db/folder_query_result_processor.cpp \
db/query_lexer.cpp \
library_creator.cpp \