summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir I. Ivanov <lubomirivanov@vmware.com>2017-11-20 16:27:59 +0100
committerLubomir I. Ivanov <neolit123@gmail.com>2017-11-22 01:29:56 +0000
commita18338b552d45b6877e89221a5d6205081a54308 (patch)
tree954cf5a084a0f973cdc62ef17408f9a7530f68e6
parent4f3ac64a5d618af945fc76de11ae95c4daa0c93f (diff)
Add warning to private header qwinlowenergybluetooth_p.h
Without this warning the build would not succeed. Change-Id: Ie43c494d80db2dfffa1f45c8896d996928678df0 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/bluetooth/windows/qwinlowenergybluetooth_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/bluetooth/windows/qwinlowenergybluetooth_p.h b/src/bluetooth/windows/qwinlowenergybluetooth_p.h
index c12ea4ae..43fffbf8 100644
--- a/src/bluetooth/windows/qwinlowenergybluetooth_p.h
+++ b/src/bluetooth/windows/qwinlowenergybluetooth_p.h
@@ -35,6 +35,17 @@
#ifndef QWINLOWENERGYBLUETOOTH_P_H
#define QWINLOWENERGYBLUETOOTH_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/qlibrary.h>
#include <qt_windows.h>