summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qabstractitemmodelutils/dynamictreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/qabstractitemmodelutils/dynamictreemodel.h')
-rw-r--r--tests/auto/other/qabstractitemmodelutils/dynamictreemodel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/other/qabstractitemmodelutils/dynamictreemodel.h b/tests/auto/other/qabstractitemmodelutils/dynamictreemodel.h
index e28575e50b..ba566cbbac 100644
--- a/tests/auto/other/qabstractitemmodelutils/dynamictreemodel.h
+++ b/tests/auto/other/qabstractitemmodelutils/dynamictreemodel.h
@@ -39,7 +39,7 @@ class DynamicTreeModel : public QAbstractItemModel
Q_OBJECT
public:
- DynamicTreeModel(QObject *parent = 0);
+ DynamicTreeModel(QObject *parent = nullptr);
QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const override;
QModelIndex parent(const QModelIndex &index) const override;
@@ -86,7 +86,7 @@ class ModelChangeCommand : public QObject
Q_OBJECT
public:
- ModelChangeCommand(DynamicTreeModel *model, QObject *parent = 0);
+ ModelChangeCommand(DynamicTreeModel *model, QObject *parent = nullptr);
virtual ~ModelChangeCommand()
{
@@ -132,7 +132,7 @@ class ModelInsertCommand : public ModelChangeCommand
public:
- ModelInsertCommand(DynamicTreeModel *model, QObject *parent = 0);
+ ModelInsertCommand(DynamicTreeModel *model, QObject *parent = nullptr);
virtual ~ModelInsertCommand()
{
}
@@ -179,7 +179,7 @@ class ModelResetCommand : public ModelMoveCommand
{
Q_OBJECT
public:
- ModelResetCommand(DynamicTreeModel *model, QObject *parent = 0);
+ ModelResetCommand(DynamicTreeModel *model, QObject *parent = nullptr);
virtual ~ModelResetCommand();
@@ -195,7 +195,7 @@ class ModelResetCommandFixed : public ModelMoveCommand
{
Q_OBJECT
public:
- ModelResetCommandFixed(DynamicTreeModel *model, QObject *parent = 0);
+ ModelResetCommandFixed(DynamicTreeModel *model, QObject *parent = nullptr);
virtual ~ModelResetCommandFixed();