summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/completer/fsmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/completer/fsmodel.h')
-rw-r--r--examples/widgets/tools/completer/fsmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/tools/completer/fsmodel.h b/examples/widgets/tools/completer/fsmodel.h
index 7b2e7b7dab..587e08b192 100644
--- a/examples/widgets/tools/completer/fsmodel.h
+++ b/examples/widgets/tools/completer/fsmodel.h
@@ -62,7 +62,7 @@
class FileSystemModel : public QFileSystemModel
{
public:
- FileSystemModel(QObject *parent = 0);
+ FileSystemModel(QObject *parent = nullptr);
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
};
//! [0]