summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceproposedsearchresult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplaceproposedsearchresult.cpp')
-rw-r--r--src/location/places/qplaceproposedsearchresult.cpp14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/location/places/qplaceproposedsearchresult.cpp b/src/location/places/qplaceproposedsearchresult.cpp
index 671a2714..f64fce49 100644
--- a/src/location/places/qplaceproposedsearchresult.cpp
+++ b/src/location/places/qplaceproposedsearchresult.cpp
@@ -1,6 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2013 Aaron McCarthy <mccarthy.aaron@gmail.com>
+** 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.
@@ -42,19 +43,6 @@
QT_BEGIN_NAMESPACE
-QPlaceProposedSearchResultPrivate::QPlaceProposedSearchResultPrivate()
-{
-}
-
-QPlaceProposedSearchResultPrivate::QPlaceProposedSearchResultPrivate(const QPlaceProposedSearchResultPrivate &other)
-: QPlaceSearchResultPrivate(other), searchRequest(other.searchRequest)
-{
-}
-
-QPlaceProposedSearchResultPrivate::~QPlaceProposedSearchResultPrivate()
-{
-}
-
bool QPlaceProposedSearchResultPrivate::compare(const QPlaceSearchResultPrivate *other) const
{
const QPlaceProposedSearchResultPrivate *od = static_cast<const QPlaceProposedSearchResultPrivate *>(other);