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
qplacesearchreplyhere.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 QPLACESEARCHREPLYHERE_H
5#define QPLACESEARCHREPLYHERE_H
6
7#include <QtNetwork/QNetworkReply>
8#include <QtLocation/QPlaceSearchReply>
9
10QT_BEGIN_NAMESPACE
11
12class QPlaceManagerEngineNokiaV2;
13class QPlaceResult;
14class QPlaceProposedSearchResult;
15
17{
19
20public:
25
26private slots:
28 void replyFinished();
29 void replyError(QNetworkReply::NetworkError error);
30
31private:
32 QPlaceResult parsePlaceResult(const QJsonObject &item) const;
33 QPlaceProposedSearchResult parseSearchResult(const QJsonObject &item) const;
34
36};
37
38QT_END_NAMESPACE
39
40#endif // QPLACESEARCHREPLYHERE_H