summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2016-11-03 11:17:59 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2016-11-03 10:22:21 +0000
commit91568e6301653a6e5e41a45b60eca53a2a9001b1 (patch)
treeec0f11b54c581f3ad0e09823fb960770d2714673
parent09868ace97177fbeb7198a844113f47065102b1b (diff)
downloadqtlocation-91568e6301653a6e5e41a45b60eca53a2a9001b1.tar.gz
Avoid qmake warning about missing private header note
Change-Id: Iec1652e68a8170f3064f1ff345085ece2867c1f3 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
-rw-r--r--src/location/maps/qgeorouteparser_p_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/location/maps/qgeorouteparser_p_p.h b/src/location/maps/qgeorouteparser_p_p.h
index 7bf41f87..63c773eb 100644
--- a/src/location/maps/qgeorouteparser_p_p.h
+++ b/src/location/maps/qgeorouteparser_p_p.h
@@ -37,6 +37,17 @@
#ifndef QGEOROUTEPARSER_P_P_H
#define QGEOROUTEPARSER_P_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 <QtCore/private/qobject_p.h>
#include <QtCore/QUrl>
#include <QtLocation/qgeoroutereply.h>