Add missing "We mean it." warning
Change-Id: I19ca6e366cb8b2ca069ac2f4b2c2c834bcea8f3d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
8a2c182d59
commit
fb9abc8d06
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue