summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-16 16:33:03 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-23 18:50:36 +0200
commit4d82a14c24451d2877364dbff3a5d481c6ac46e7 (patch)
treef2a251af98b248bec7665a0e1aa047e9e177c2e7
parente2db0c7dcf256fa6e6df6fb0b3f0836c61b1f65f (diff)
downloadqtlocation-4d82a14c24451d2877364dbff3a5d481c6ac46e7.tar.gz
Remove duplicate type registration
QML types are registered through location.h, and there with the correct capitalization. Change-Id: I6dca39c0f28cfb6bcfcbc70eee7ddbca11638c57 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--src/location/maps/qgeomaneuver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/location/maps/qgeomaneuver.h b/src/location/maps/qgeomaneuver.h
index d6856b24..1308bade 100644
--- a/src/location/maps/qgeomaneuver.h
+++ b/src/location/maps/qgeomaneuver.h
@@ -42,7 +42,6 @@
#include <QtCore/QObject>
#include <QtCore/qshareddata.h>
-#include <QtQml/qqml.h>
#include <QtLocation/qlocationglobal.h>
QT_BEGIN_NAMESPACE
@@ -66,8 +65,6 @@ class Q_LOCATION_EXPORT QGeoManeuver
Q_PROPERTY(QGeoCoordinate waypoint READ waypoint CONSTANT)
Q_PROPERTY(QVariantMap extendedAttributes READ extendedAttributes CONSTANT)
- QML_NAMED_ELEMENT(RouteManeuver)
-
public:
enum InstructionDirection {
NoDirection,