summaryrefslogtreecommitdiff
path: root/src/location/places/qplacesearchsuggestionreply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacesearchsuggestionreply.cpp')
-rw-r--r--src/location/places/qplacesearchsuggestionreply.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/location/places/qplacesearchsuggestionreply.cpp b/src/location/places/qplacesearchsuggestionreply.cpp
index 6c12f68c..e0176526 100644
--- a/src/location/places/qplacesearchsuggestionreply.cpp
+++ b/src/location/places/qplacesearchsuggestionreply.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.
@@ -45,7 +45,6 @@ QT_BEGIN_NAMESPACE
class QPlaceSearchSuggestionReplyPrivate : public QPlaceReplyPrivate
{
public:
- QPlaceSearchSuggestionReplyPrivate(){}
QStringList suggestions;
};