From 77c6915b6ca2b727aaebb4871088d57fb9b926d7 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 12 Jan 2019 18:03:59 +0100 Subject: Various clang warning fixes Mostly nullptr, one missing include that wasn't really missed, and a stray ; --- unpacker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unpacker.h') diff --git a/unpacker.h b/unpacker.h index f53cca4..d4c2b7f 100644 --- a/unpacker.h +++ b/unpacker.h @@ -17,7 +17,7 @@ class QProcess; class Unpacker : public QThread { Q_OBJECT public: - explicit Unpacker(QObject *parent = 0); + explicit Unpacker(QObject *parent = nullptr); void setCommands(const QList &cmds); signals: -- cgit v1.2.3-70-g09d2