Do RSS serializing on worker thread

PR #16357.
This commit is contained in:
Prince Gupta
2022-06-09 17:46:37 +05:30
committed by GitHub
parent eddeda7bab
commit c47e29c7c8
7 changed files with 260 additions and 95 deletions

View File

@@ -69,6 +69,7 @@ HEADERS += \
$$PWD/preferences.h \
$$PWD/profile.h \
$$PWD/profile_p.h \
$$PWD/rss/feed_serializer.h \
$$PWD/rss/rss_article.h \
$$PWD/rss/rss_autodownloader.h \
$$PWD/rss/rss_autodownloadrule.h \
@@ -152,6 +153,7 @@ SOURCES += \
$$PWD/preferences.cpp \
$$PWD/profile.cpp \
$$PWD/profile_p.cpp \
$$PWD/rss/feed_serializer.cpp \
$$PWD/rss/rss_article.cpp \
$$PWD/rss/rss_autodownloader.cpp \
$$PWD/rss/rss_autodownloadrule.cpp \