Change 0 to nullptr

This commit is contained in:
Jonas Kvinge
2020-06-26 22:06:23 +02:00
parent de0e3a7bc9
commit 740f9581e6
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class AfcFile : public QIODevice {
Q_OBJECT
public:
explicit AfcFile(iMobileDeviceConnection* connection, const QString &path, QObject *parent = 0);
explicit AfcFile(iMobileDeviceConnection* connection, const QString &path, QObject *parent = nullptr);
~AfcFile();
// QIODevice