diff options
author | Arno <arno@disconnect.de> | 2016-08-20 10:13:44 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-08-20 10:13:44 +0200 |
commit | ddd1616f5c310c94214e0ba2629f174c4cf768f3 (patch) | |
tree | 3e8eb94565dead6859a9b3fbd37ce24ec1d39c53 /torrentparser.h | |
parent | d47427a2d51fcc7f8e1f8926a706e04ff01603ed (diff) | |
download | ShemovCleaner-ddd1616f5c310c94214e0ba2629f174c4cf768f3.tar.gz ShemovCleaner-ddd1616f5c310c94214e0ba2629f174c4cf768f3.tar.bz2 ShemovCleaner-ddd1616f5c310c94214e0ba2629f174c4cf768f3.zip |
Implement file search
Search for a regular expression in all files of all torrents and select
them.
Diffstat (limited to 'torrentparser.h')
-rw-r--r-- | torrentparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/torrentparser.h b/torrentparser.h index e1f8ef7..8a99d22 100644 --- a/torrentparser.h +++ b/torrentparser.h @@ -13,6 +13,7 @@ class TorrentParser : public QObject { public: TorrentParser(const QString file, QObject *parent = 0); const QList<QVariant> parse(); + const QStringList files(QList<QVariant> data); private: const QVariant parseObject(); |