aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4stackframe_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2018-07-31 18:22:09 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2018-07-31 16:54:22 +0000
commit0a0e6e2ad2ed8224b5c1b6cd179677198e87288c (patch)
treea46b9af176304446762a510c1fd3f6141f1ec499 /src/qml/jsruntime/qv4stackframe_p.h
parente92f76cf9ea91e87ec2e3e68234899fd9c12142f (diff)
Add missing "We mean it." warning
Change-Id: I3de691385a7884c4b38454e7a9f6f27b3b839286 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4stackframe_p.h')
-rw-r--r--src/qml/jsruntime/qv4stackframe_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4stackframe_p.h b/src/qml/jsruntime/qv4stackframe_p.h
index aa507d61a6..878f9283e7 100644
--- a/src/qml/jsruntime/qv4stackframe_p.h
+++ b/src/qml/jsruntime/qv4stackframe_p.h
@@ -39,6 +39,17 @@
#ifndef QV4STACKFRAME_H
#define QV4STACKFRAME_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/qv4context_p.h>
#include <private/qv4enginebase_p.h>
#ifndef V4_BOOTSTRAP