summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.h')
-rw-r--r--examples/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.h b/examples/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.h
index 5fdabbd5df..909949df8e 100644
--- a/examples/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.h
+++ b/examples/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.h
@@ -60,7 +60,7 @@ class MySortFilterProxyModel : public QSortFilterProxyModel
Q_OBJECT
public:
- MySortFilterProxyModel(QObject *parent = 0);
+ MySortFilterProxyModel(QObject *parent = nullptr);
QDate filterMinimumDate() const { return minDate; }
void setFilterMinimumDate(QDate date);