![]() |
Qt 6.x
The Qt SDK
|
#include "qplacedetailsreplyimpl.h"
#include "jsonparserhelpers.h"
#include "../qplacemanagerengine_nokiav2.h"
#include "../qgeoerror_messages.h"
#include <QCoreApplication>
#include <QtCore/QJsonDocument>
#include <QtCore/QJsonObject>
#include <QtCore/QJsonArray>
#include <QtNetwork/QNetworkReply>
#include <QtPositioning/QGeoAddress>
#include <QtPositioning/QGeoCoordinate>
#include <QtPositioning/QGeoLocation>
#include <QtPositioning/QGeoRectangle>
#include <QtLocation/QPlace>
#include <QtLocation/QPlaceAttribute>
#include <QtLocation/QPlaceContactDetail>
#include <QtLocation/QPlaceManager>
#include <QtLocation/QPlaceSupplier>
#include <QtLocation/QPlaceIcon>
#include <QtLocation/QPlaceRatings>
#include <QtLocation/QPlaceUser>
Go to the source code of this file.
Functions | |
static bool | countryTableContains (const QString &countryCode) |
Variables | |
static QT_BEGIN_NAMESPACE const char | COUNTRY_TABLE_string [] |
static const int | COUNTRY_TABLE_indices [] |
|
static |
Definition at line 52 of file qplacedetailsreplyimpl.cpp.
References COUNTRY_TABLE_indices, COUNTRY_TABLE_string, and i.
|
static |
Definition at line 47 of file qplacedetailsreplyimpl.cpp.
Referenced by countryTableContains().
|
static |
Definition at line 31 of file qplacedetailsreplyimpl.cpp.
Referenced by countryTableContains().