summaryrefslogtreecommitdiffstats
path: root/torrentparser.h
diff options
context:
space:
mode:
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();