From 21669640641ecf7a9a9adbd37902528d1f814a20 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 9 Dec 2018 06:13:53 +0100 Subject: Fix clang warnings for torrent* --- torrentparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'torrentparser.h') 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 parse(); const QStringList files(QList data); -- cgit v1.2.3-70-g09d2