aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4bytecodegenerator_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@qt.io>2017-06-30 12:15:24 +0200
committerLars Knoll <lars.knoll@qt.io>2017-06-30 11:59:27 +0000
commite4a959aacc26336cc8f57267d76d3f8484f3f3a0 (patch)
treef53711b86d60adfbc6ef2757800e21a2f5c77804 /src/qml/compiler/qv4bytecodegenerator_p.h
parent29e41a9ee61a05274f77f89e9ffd8875f90d3308 (diff)
Add "we mean it" disclaimer to private header
Change-Id: I281954d1f421c9aaaa9100a1505db0ba225cf488 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4bytecodegenerator_p.h')
-rw-r--r--src/qml/compiler/qv4bytecodegenerator_p.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4bytecodegenerator_p.h b/src/qml/compiler/qv4bytecodegenerator_p.h
index 7d2a630480..618da80c95 100644
--- a/src/qml/compiler/qv4bytecodegenerator_p.h
+++ b/src/qml/compiler/qv4bytecodegenerator_p.h
@@ -40,6 +40,16 @@
#ifndef QV4BYTECODEGENERATOR_P_H
#define QV4BYTECODEGENERATOR_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 <private/qv4instr_moth_p.h>
QT_BEGIN_NAMESPACE