generic: replace Q_NULLPTR with nullptr

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-08-08 04:44:49 +03:00
parent 7ba11c93b8
commit 1703faaf62
3 changed files with 3 additions and 3 deletions

View file

@ -977,7 +977,7 @@ class KArchiveModelPrivate : public QThread {
Q_OBJECT
public:
KArchiveModelPrivate(QObject *parent = Q_NULLPTR);
KArchiveModelPrivate(QObject *parent = nullptr);
QString joinDir(const QString &dir1, const QString &dir2) const;
QStandardItem* makeColumn(const QString &string) const;

View file

@ -179,7 +179,7 @@ class KArchiveModel : public QStandardItemModel {
Q_OBJECT
public:
KArchiveModel(QObject *parent = Q_NULLPTR);
KArchiveModel(QObject *parent = nullptr);
~KArchiveModel();
//! @brief Load archive into the model

View file

@ -43,7 +43,7 @@ class KManLister : public QThread {
Q_OBJECT
public:
KManLister(QObject *parent = Q_NULLPTR);
KManLister(QObject *parent = nullptr);
public Q_SLOTS:
void slotScan(QString path);