|
|
@ -67,7 +67,7 @@ public: |
|
|
|
inline void setUseRegex(bool enabled) { m_useRegex = enabled; } |
|
|
|
inline void setUseRegex(bool enabled) { m_useRegex = enabled; } |
|
|
|
QStringList findMatchingArticles(const RssFeedPtr& feed) const; |
|
|
|
QStringList findMatchingArticles(const RssFeedPtr& feed) const; |
|
|
|
// Operators
|
|
|
|
// Operators
|
|
|
|
bool operator==(const RssDownloadRule &other); |
|
|
|
bool operator==(const RssDownloadRule &other) const; |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
QString m_name; |
|
|
|
QString m_name; |
|
|
|