diff options
author | Liang Qi <[email protected]> | 2018-10-24 09:12:10 +0200 |
---|---|---|
committer | Liang Qi <[email protected]> | 2018-10-24 07:39:31 +0000 |
commit | fb9abc8d06dcd7183cc89d74441cac8beda48e02 (patch) | |
tree | 42b1bdbf51f31d982883bca97feb736272aefb0d /src/qml/jsruntime/qv4promiseobject_p.h | |
parent | 8a2c182d5941a1d00ac9f7414d1508b7f959d6f3 (diff) |
Add missing "We mean it." warning
Change-Id: I19ca6e366cb8b2ca069ac2f4b2c2c834bcea8f3d
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4promiseobject_p.h')
-rw-r--r-- | src/qml/jsruntime/qv4promiseobject_p.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4promiseobject_p.h b/src/qml/jsruntime/qv4promiseobject_p.h index 80f7183074..bce59b19a7 100644 --- a/src/qml/jsruntime/qv4promiseobject_p.h +++ b/src/qml/jsruntime/qv4promiseobject_p.h @@ -39,6 +39,17 @@ #ifndef QV4PROMISEOBJECT_H #define QV4PROMISEOBJECT_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 "qv4object_p.h" #include "qv4functionobject_p.h" |