From 5a6b1a0cff406a37faca940ae3b0e774c6d1c4d6 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Fri, 12 Jan 2018 17:16:39 +0100 Subject: Add QNavigationManager/QNavigationManagerEngine This patch introduces the abovementioned classes to be subclassed in plugins. These are currently private, and intended to be only used in QML through appropriate wrappers. Change-Id: I4a063031a983e4bd070f503e1458b62e44c6e340 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/location/maps/maps.pri | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/location/maps/maps.pri') diff --git a/src/location/maps/maps.pri b/src/location/maps/maps.pri index aaad5897..b5be4601 100644 --- a/src/location/maps/maps.pri +++ b/src/location/maps/maps.pri @@ -60,6 +60,8 @@ PRIVATE_HEADERS += \ maps/qgeorouteparserosrmv5_p.h \ maps/qgeorouteparserosrmv4_p.h \ maps/qgeoprojection_p.h \ + maps/qnavigationmanagerengine_p.h \ + maps/qnavigationmanager_p.h \ maps/qcache3q_p.h SOURCES += \ @@ -95,4 +97,6 @@ SOURCES += \ maps/qgeorouteparserosrmv5.cpp \ maps/qgeorouteparserosrmv4.cpp \ maps/qgeomapparameter.cpp \ + maps/qnavigationmanagerengine.cpp \ + maps/qnavigationmanager.cpp \ maps/qgeoprojection.cpp -- cgit v1.2.1