summaryrefslogtreecommitdiff
path: root/src/location/places/qplacecontentrequest_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacecontentrequest_p.h')
-rw-r--r--src/location/places/qplacecontentrequest_p.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/location/places/qplacecontentrequest_p.h b/src/location/places/qplacecontentrequest_p.h
index 6ea4c664..3fec2685 100644
--- a/src/location/places/qplacecontentrequest_p.h
+++ b/src/location/places/qplacecontentrequest_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2021 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.
@@ -61,19 +61,14 @@ QT_BEGIN_NAMESPACE
class QPlaceContentRequestPrivate : public QSharedData
{
public:
- QPlaceContentRequestPrivate();
- QPlaceContentRequestPrivate(const QPlaceContentRequestPrivate &other);
- ~QPlaceContentRequestPrivate();
-
- QPlaceContentRequestPrivate &operator=(const QPlaceContentRequestPrivate &other);
bool operator==(const QPlaceContentRequestPrivate &other) const;
void clear();
- QPlaceContent::Type contentType;
+ QPlaceContent::Type contentType = QPlaceContent::NoType;
QString placeId;
QVariant contentContext;
- int limit;
+ int limit = -1;
};
QT_END_NAMESPACE