summaryrefslogtreecommitdiffstats
path: root/torrentparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'torrentparser.h')
-rw-r--r--torrentparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/torrentparser.h b/torrentparser.h
index 8a99d22..1b64d14 100644
--- a/torrentparser.h
+++ b/torrentparser.h
@@ -11,7 +11,7 @@
class TorrentParser : public QObject {
Q_OBJECT
public:
- TorrentParser(const QString file, QObject *parent = 0);
+ TorrentParser(const QString file, QObject *parent = nullptr);
const QList<QVariant> parse();
const QStringList files(QList<QVariant> data);