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
qgeomapitemgeometry.cpp
Go to the documentation of this file.
1// Copyright (C) 2022 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// Qt-Security score:significant reason:default
4
7#include <QtQuick/QSGGeometry>
8
9#include <QtPositioning/private/qlocationutils_p.h>
10#include <QtPositioning/private/qdoublevector2d_p.h>
11#include <QtLocation/private/qgeomap_p.h>
12#include <QtLocation/private/qgeoprojection_p.h>
13
14QT_BEGIN_NAMESPACE
15
16QGeoMapItemGeometry::QGeoMapItemGeometry()
17{
18}
19
20QGeoMapItemGeometry::~QGeoMapItemGeometry()
21{
22
23}
24
25QT_END_NAMESPACE