summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceimage_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplaceimage_p.h')
-rw-r--r--src/location/places/qplaceimage_p.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/location/places/qplaceimage_p.h b/src/location/places/qplaceimage_p.h
index d81afd96..c790ee76 100644
--- a/src/location/places/qplaceimage_p.h
+++ b/src/location/places/qplaceimage_p.h
@@ -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.
@@ -62,11 +62,6 @@ QT_BEGIN_NAMESPACE
class QPlaceImagePrivate : public QPlaceContentPrivate
{
public:
- QPlaceImagePrivate();
- QPlaceImagePrivate(const QPlaceImagePrivate &other);
-
- ~QPlaceImagePrivate();
-
bool compare(const QPlaceContentPrivate *other) const override;
Q_DEFINE_CONTENT_PRIVATE_HELPER(QPlaceImage, QPlaceContent::ImageType)