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-27 15:45:40 +0200
commitdf0b6241bd56d05be618c3476f1dc3e59e54ee18 (patch)
tree4a7c776bdf29db1bf4f81e61461990785477732e
parent3adf0760f5290310632ccfd6a21ece87db4e147b (diff)
downloadqtlocation-df0b6241bd56d05be618c3476f1dc3e59e54ee18.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> (cherry picked from commit 4d82a14c24451d2877364dbff3a5d481c6ac46e7) Reviewed-by: Volker Hilsheimer <volker.hilsheimer@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,