diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2018-01-19 18:52:50 +0100 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2018-03-01 12:54:55 +0000 |
commit | a69c93dd84d6811818241b4ff7444a2383661b82 (patch) | |
tree | a842046822680222c8ea222f4bbe682142f9fa87 /src/imports/locationlabs | |
parent | 3a83884d4971d4a6fe8e5e017862684a47c10568 (diff) | |
download | qtlocation-a69c93dd84d6811818241b4ff7444a2383661b82.tar.gz |
Introduce MapIconObject
Change-Id: I3ce8956ed77d4307521cb6b5e9b53fb4cc5fed7c
Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'src/imports/locationlabs')
-rw-r--r-- | src/imports/locationlabs/locationlabs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/locationlabs/locationlabs.cpp b/src/imports/locationlabs/locationlabs.cpp index 4b77a2ae..3f6991dd 100644 --- a/src/imports/locationlabs/locationlabs.cpp +++ b/src/imports/locationlabs/locationlabs.cpp @@ -34,7 +34,7 @@ ** ****************************************************************************/ -//#include <QtLocationLabs/private/qmapiconobject_p.h> +#include <QtLocationLabs/private/qmapiconobject_p.h> #include <QtLocationLabs/private/qmapobjectview_p.h> #include <QtLocationLabs/private/qmaprouteobject_p.h> //#include <QtLocationLabs/private/qdeclarativenavigator_p.h> @@ -71,8 +71,8 @@ public: int minor = 11; // Register the 5.11 types -// qmlRegisterType<QDeclarativeNavigator>(uri, major, minor, "Navigator"); -// qmlRegisterType<QMapIconObject>(uri, major, minor, "MapIconObject"); + //qmlRegisterType<QDeclarativeNavigator>(uri, major, minor, "Navigator"); + qmlRegisterType<QMapIconObject>(uri, major, minor, "MapIconObject"); qmlRegisterType<QMapObjectView>(uri, major, minor, "MapObjectView"); qmlRegisterType<QMapRouteObject>(uri, major, minor, "MapRouteObject"); |