From 2734a6f24f9d35a61340e3245b20dc02a8ec1f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Fri, 22 Sep 2017 10:31:28 +0200 Subject: [PATCH] Add the "we mean it" warning to qfutex_p.h Change-Id: I77a0899532e2a38fa390991bbad11300672544bf Reviewed-by: Thiago Macieira --- src/corelib/thread/qfutex_p.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/corelib/thread/qfutex_p.h b/src/corelib/thread/qfutex_p.h index b923bb1707..483664c783 100644 --- a/src/corelib/thread/qfutex_p.h +++ b/src/corelib/thread/qfutex_p.h @@ -40,6 +40,17 @@ #ifndef QFUTEX_P_H #define QFUTEX_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 QT_BEGIN_NAMESPACE