From ddd1616f5c310c94214e0ba2629f174c4cf768f3 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 20 Aug 2016 10:13:44 +0200 Subject: Implement file search Search for a regular expression in all files of all torrents and select them. --- torrentparser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'torrentparser.h') 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 parse(); + const QStringList files(QList data); private: const QVariant parseObject(); -- cgit v1.2.3-70-g09d2