Implement episode filter for rss downloader

This commit is contained in:
Nick Tiskov
2013-07-24 15:30:58 +04:00
parent e8bec885cb
commit 0564ceea9f
5 changed files with 117 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
#include <QDialog>
#include <QWeakPointer>
#include <QShortcut>
#include <QRegExpValidator>
#include "rssdownloadrule.h"
QT_BEGIN_NAMESPACE
@@ -94,6 +95,7 @@ private:
QListWidgetItem* m_editedRule;
RssDownloadRuleList *m_ruleList;
RssDownloadRuleList *m_editableRuleList;
QRegExpValidator *m_episodeValidator;
QShortcut *editHotkey;
QShortcut *deleteHotkey;
};