Implement Import/Export RSS rules in JSON format

This commit is contained in:
Vladimir Golovnev (Glassez)
2017-11-23 10:25:43 +03:00
parent b8fc415870
commit 916cfcdb03
4 changed files with 150 additions and 47 deletions

View File

@@ -96,6 +96,9 @@ private:
void updateFeedList();
void addFeedArticlesToTree(RSS::Feed *feed, const QStringList &articles);
const QString m_formatFilterJSON;
const QString m_formatFilterLegacy;
Ui::AutomatedRssDownloader *m_ui;
QListWidgetItem *m_currentRuleItem;
QShortcut *m_editHotkey;