summaryrefslogtreecommitdiffstats
path: root/util/locale_database/testlocales/localemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/locale_database/testlocales/localemodel.h')
-rw-r--r--util/locale_database/testlocales/localemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/locale_database/testlocales/localemodel.h b/util/locale_database/testlocales/localemodel.h
index b24fc5f4c6..f35b984b4c 100644
--- a/util/locale_database/testlocales/localemodel.h
+++ b/util/locale_database/testlocales/localemodel.h
@@ -36,7 +36,7 @@ class LocaleModel : public QAbstractItemModel
{
Q_OBJECT
public:
- LocaleModel(QObject *parent = 0);
+ LocaleModel(QObject *parent = nullptr);
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const;
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;