From ae00734245f30de4a777bbfc4be73917dfae142a Mon Sep 17 00:00:00 2001
From: Friedemann Kleint <Friedemann.Kleint@qt.io>
Date: Thu, 1 Mar 2018 12:55:32 +0100
Subject: [PATCH] qlocationlabsglobal_p.h: Add missing "We mean it" comment

Fix:
WARNING: qtlocation/src/locationlabs/qlocationlabsglobal_p.h does not have the "We mean it." warning

Change-Id: Iae44606739fce82d113dfdd228a44e1911593598
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
---
 src/locationlabs/qlocationlabsglobal_p.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/locationlabs/qlocationlabsglobal_p.h b/src/locationlabs/qlocationlabsglobal_p.h
index aa9658646..6dc292968 100644
--- a/src/locationlabs/qlocationlabsglobal_p.h
+++ b/src/locationlabs/qlocationlabsglobal_p.h
@@ -36,6 +36,17 @@
 #ifndef QLOCATIONLABSGLOBAL_P_H
 #define QLOCATIONLABSGLOBAL_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/qglobal.h>
 
 QT_BEGIN_NAMESPACE
-- 
GitLab