summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-02-09 11:03:51 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-02-19 11:02:47 +0000
commit7d46b52172f2a53e99a8aad5e59dbe9fb4f8738c (patch)
treea9634165c1a829a4435fb22b3c4e77f711a2a16f
parent3d2993d0c31540f48244918541741c5d521a4dc4 (diff)
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 <alexander.blasche@qt.io>
-rw-r--r--src/positioning/positioning.pro1
-rw-r--r--src/positioning/qgeocoordinateobject_p.h11
2 files changed, 11 insertions, 1 deletions
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 <QtPositioning/private/qpositioningglobal_p.h>
#include <QObject>
#include <QGeoCoordinate>