summaryrefslogtreecommitdiffstats
path: root/torrentparser.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-08-20 10:13:44 +0200
committerArno <arno@disconnect.de>2016-08-20 10:13:44 +0200
commitddd1616f5c310c94214e0ba2629f174c4cf768f3 (patch)
tree3e8eb94565dead6859a9b3fbd37ce24ec1d39c53 /torrentparser.h
parentd47427a2d51fcc7f8e1f8926a706e04ff01603ed (diff)
downloadShemovCleaner-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.h1
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();