Add missing "We mean it." warning

Change-Id: I19ca6e366cb8b2ca069ac2f4b2c2c834bcea8f3d
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Liang Qi 2018-10-24 09:12:10 +02:00
parent 8a2c182d59
commit fb9abc8d06
1 changed files with 11 additions and 0 deletions

View File

@ -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"