From 7d46b52172f2a53e99a8aad5e59dbe9fb4f8738c Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Fri, 9 Feb 2018 11:03:51 +0100 Subject: Fix positioning project Remove a non-existing header, and add the we mean it disclaimer on a private header missing it. Change-Id: I47847f0cf86693298fc1e778979ecfa3d1f9cc34 Reviewed-by: Alex Blasche --- src/positioning/positioning.pro | 1 - src/positioning/qgeocoordinateobject_p.h | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'src/positioning') diff --git a/src/positioning/positioning.pro b/src/positioning/positioning.pro index 17f47240..9bf10ae6 100644 --- a/src/positioning/positioning.pro +++ b/src/positioning/positioning.pro @@ -58,7 +58,6 @@ PRIVATE_HEADERS += \ qlocationdata_simulator_p.h \ qdoublematrix4x4_p.h \ qgeopath_p.h \ - qgeopolygon_p.h \ qgeocoordinateobject_p.h \ qclipperutils_p.h diff --git a/src/positioning/qgeocoordinateobject_p.h b/src/positioning/qgeocoordinateobject_p.h index 7061c28f..b1d794b2 100644 --- a/src/positioning/qgeocoordinateobject_p.h +++ b/src/positioning/qgeocoordinateobject_p.h @@ -40,6 +40,17 @@ #ifndef QGEOCOORDINATEOBJECT_P_H #define QGEOCOORDINATEOBJECT_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #include #include #include -- cgit v1.2.1