mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 15:42:32 -06:00
Initial implementation of Smart Filter feature
This commit is contained in:
@@ -66,9 +66,15 @@ namespace RSS
|
||||
void setLastMatch(const QDateTime &lastMatch);
|
||||
bool useRegex() const;
|
||||
void setUseRegex(bool enabled);
|
||||
bool useSmartFilter() const;
|
||||
void setUseSmartFilter(bool enabled);
|
||||
QString episodeFilter() const;
|
||||
void setEpisodeFilter(const QString &e);
|
||||
|
||||
void appendLastComputedEpisode();
|
||||
QStringList previouslyMatchedEpisodes() const;
|
||||
void setPreviouslyMatchedEpisodes(const QStringList &previouslyMatchedEpisodes);
|
||||
|
||||
QString savePath() const;
|
||||
void setSavePath(const QString &savePath);
|
||||
TriStateBool addPaused() const;
|
||||
|
||||
Reference in New Issue
Block a user