From 1046db1a91f264db6714975daa27f56a457a6778 Mon Sep 17 00:00:00 2001
From: Alex Blasche <alexander.blasche@theqtcompany.com>
Date: Tue, 5 Jan 2016 14:25:57 +0100
Subject: [PATCH] Add the "We mean it" statement to private header

There are more private headers with the statement but they are auto
generated using qdbusxml2cpp and should match whatever was generated.

Change-Id: I863f3703fc01fdd827dd9ccc480179880ae0d193
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
---
 src/bluetooth/qleadvertiser_p.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/bluetooth/qleadvertiser_p.h b/src/bluetooth/qleadvertiser_p.h
index bdcfcf1c..ce0c74c7 100644
--- a/src/bluetooth/qleadvertiser_p.h
+++ b/src/bluetooth/qleadvertiser_p.h
@@ -34,6 +34,17 @@
 #ifndef QLEADVERTISER_P_H
 #define QLEADVERTISER_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 "qlowenergyadvertisingdata.h"
 #include "qlowenergyadvertisingparameters.h"
 
-- 
GitLab