diff options
author | Arno <arno@disconnect.de> | 2018-12-09 06:13:53 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-12-09 06:13:53 +0100 |
commit | 21669640641ecf7a9a9adbd37902528d1f814a20 (patch) | |
tree | 3195286e047e14c5febf629e009e69031b81fabd /torrentparser.h | |
parent | 017146d134bb7baf257481a766cab21301b481cb (diff) | |
download | ShemovCleaner-21669640641ecf7a9a9adbd37902528d1f814a20.tar.gz ShemovCleaner-21669640641ecf7a9a9adbd37902528d1f814a20.tar.bz2 ShemovCleaner-21669640641ecf7a9a9adbd37902528d1f814a20.zip |
Fix clang warnings for torrent*
Diffstat (limited to 'torrentparser.h')
-rw-r--r-- | torrentparser.h | 2 |
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); |