diff options
author | Friedemann Kleint <[email protected]> | 2015-10-05 10:45:54 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2015-10-06 15:39:36 +0000 |
commit | 933cff33cb53c88ec5a11b8f53955054c648e21b (patch) | |
tree | af672547ad9ef37280799db007580e18b100d960 /src/qml/jsruntime/qv4executableallocator_p.h | |
parent | 00724439761961469427600631ca859d46c1aaba (diff) |
Add missing "We mean it" comments to private headers.
Task-number: QTBUG-48594
Change-Id: Ifc207938de7f0c8995fc712df92665f222612647
Reviewed-by: Alan Alpert <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4executableallocator_p.h')
-rw-r--r-- | src/qml/jsruntime/qv4executableallocator_p.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4executableallocator_p.h b/src/qml/jsruntime/qv4executableallocator_p.h index 0d07e3c1bd..bb63d423a6 100644 --- a/src/qml/jsruntime/qv4executableallocator_p.h +++ b/src/qml/jsruntime/qv4executableallocator_p.h @@ -34,6 +34,17 @@ #ifndef QV4EXECUTABLEALLOCATOR_H #define QV4EXECUTABLEALLOCATOR_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 "qv4global_p.h" #include <QMultiMap> |