summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfutex_p.h
diff options
context:
space:
mode:
authorMÃ¥rten Nordheim <marten.nordheim@qt.io>2017-09-22 10:31:28 +0200
committerThiago Macieira <thiago.macieira@intel.com>2017-09-22 15:52:42 +0000
commit2734a6f24f9d35a61340e3245b20dc02a8ec1f39 (patch)
treea9802456a93ae87ae0f871b32ce4b99f1ce796dd /src/corelib/thread/qfutex_p.h
parent8762ae7315e9c6c0b2d99cca574fdd089a6eeffd (diff)
Add the "we mean it" warning to qfutex_p.h
Change-Id: I77a0899532e2a38fa390991bbad11300672544bf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/thread/qfutex_p.h')
-rw-r--r--src/corelib/thread/qfutex_p.h11
1 files changed, 11 insertions, 0 deletions
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 <qglobal.h>
QT_BEGIN_NAMESPACE