summaryrefslogtreecommitdiffstats
path: root/unpacker.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2019-01-12 18:03:59 +0100
committerArno <arno@disconnect.de>2019-01-12 18:03:59 +0100
commit77c6915b6ca2b727aaebb4871088d57fb9b926d7 (patch)
tree17a2fb3a798b631d477fc095f8d14a121b17acf3 /unpacker.h
parent4e5e0e6ec5668a0f0397dd8acbee0bd2f4bd0f67 (diff)
downloadSheMov-77c6915b6ca2b727aaebb4871088d57fb9b926d7.tar.gz
SheMov-77c6915b6ca2b727aaebb4871088d57fb9b926d7.tar.bz2
SheMov-77c6915b6ca2b727aaebb4871088d57fb9b926d7.zip
Various clang warning fixes
Mostly nullptr, one missing include that wasn't really missed, and a stray ;
Diffstat (limited to 'unpacker.h')
-rw-r--r--unpacker.h2
1 files changed, 1 insertions, 1 deletions
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<QStringList> &cmds);
signals: