mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
generic: replace Q_NULLPTR with nullptr
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7ba11c93b8
commit
1703faaf62
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue