Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qplacedetailsreplyimpl.h
Go to the documentation of this file.
1// Copyright (C) 2015 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QPLACEDETAILSREPLYIMPL_H
5#define QPLACEDETAILSREPLYIMPL_H
6
7#include <QtNetwork/QNetworkReply>
8#include <QtLocation/QPlaceDetailsReply>
9
10QT_BEGIN_NAMESPACE
11
12class QPlaceManager;
14
16{
18
19public:
22
23 void setPlaceId(const QString &placeId) { m_placeId = placeId; }
24
25private slots:
27 void replyFinished();
28 void replyError(QNetworkReply::NetworkError error);
29
30private:
32 QString m_placeId;
33};
34
35QT_END_NAMESPACE
36
37#endif // QPLACEDETAILSREPLYIMPL_H
void setPlaceId(const QString &placeId)
static bool countryTableContains(const QString &countryCode)
static const int COUNTRY_TABLE_indices[]
static QT_BEGIN_NAMESPACE const char COUNTRY_TABLE_string[]