yacreader/YACReaderLibrary/db
Igor Kushnir 5656c3f540 Make ComicQueryResultProcessor::modelData() static
The function doesn't use data members or other member functions. It
could even be put into an unnamed namespace in the cpp file, but that
would require more changes and complicate turning it back into a member
function if need be in the future.
2021-02-06 20:08:47 +02:00
..
comic_item.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
comic_item.h Annotate overridden methods 2019-06-01 16:04:48 +02:00
comic_model.cpp Library: don't print errors when search edit's text changes 2021-02-05 09:34:13 +01:00
comic_model.h Add support for setting issues as manga/normal in the comics view 2021-01-16 14:25:47 +01:00
comic_query_result_processor.cpp ComicQueryResultProcessor: fix a typo in the class name 2021-02-06 20:08:44 +02:00
comic_query_result_processor.h Make ComicQueryResultProcessor::modelData() static 2021-02-06 20:08:47 +02:00
data_base_management.cpp Add manga field to folders too 2021-01-16 18:29:22 +01:00
data_base_management.h Annotate overridden methods 2019-06-01 16:04:48 +02:00
folder_item.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
folder_item.h Use nullptr instead of 0 2019-06-01 16:04:48 +02:00
folder_model.cpp Add actions for setting folders as manga/normal 2021-01-16 18:31:48 +01:00
folder_model.h Add actions for setting folders as manga/normal 2021-01-16 18:31:48 +01:00
folder_query_result_processor.cpp Use the query search queue in FolderQueryResultProcessor 2021-02-04 19:15:58 +01:00
folder_query_result_processor.h Import non-gui global header 2021-01-14 18:42:51 +01:00
query_lexer.cpp Remove space and atWord tokens 2021-01-14 08:39:16 +01:00
query_lexer.h Remove space and atWord tokens 2021-01-14 08:39:16 +01:00
query_parser.cpp Enable manga in the search engine 2021-01-16 14:26:37 +01:00
query_parser.h Add support for boolean folder fields 2021-01-14 12:25:24 +01:00
reading_list_item.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
reading_list_item.h Fix code format errors due to changes in default coding style. (#150) 2020-07-24 21:17:49 +02:00
reading_list_model.cpp Fix object leaks in database code 2020-08-25 17:34:46 +02:00
reading_list_model.h Annotate overridden methods 2019-06-01 16:04:48 +02:00
reading_list.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
reading_list.h Format code using clang-format 2019-05-30 19:46:37 +02:00