summaryrefslogtreecommitdiff
path: root/src/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp')
-rw-r--r--src/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp b/src/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp
index 8252d152..2d354b50 100644
--- a/src/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp
+++ b/src/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2014 Aaron McCarthy <mccarthy.aaron@gmail.com>
-** Copyright (C) 2015 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtLocation module of the Qt Toolkit.
@@ -139,8 +139,7 @@ QT_BEGIN_NAMESPACE
*/
QDeclarativeSupportedCategoriesModel::QDeclarativeSupportedCategoriesModel(QObject *parent)
-: QAbstractItemModel(parent), m_response(0), m_plugin(0), m_hierarchical(true),
- m_complete(false), m_status(Null)
+ : QAbstractItemModel(parent)
{
}