summaryrefslogtreecommitdiff
path: root/src/location/places/qplacematchreply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacematchreply.cpp')
-rw-r--r--src/location/places/qplacematchreply.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/location/places/qplacematchreply.cpp b/src/location/places/qplacematchreply.cpp
index 73059053..239db759 100644
--- a/src/location/places/qplacematchreply.cpp
+++ b/src/location/places/qplacematchreply.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** 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.
@@ -47,7 +47,6 @@ QT_BEGIN_NAMESPACE
class QPlaceMatchReplyPrivate : public QPlaceReplyPrivate
{
public:
- QPlaceMatchReplyPrivate(){}
QList<QPlace> places;
QPlaceMatchRequest request;
};