From c2c71716825ef8923c63c11d71ace91a1362ce19 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 5 Oct 2015 10:44:12 +0200 Subject: Add missing "We mean it" comments to private headers. Task-number: QTBUG-48595 Change-Id: I1370d9229b0606582cbd828de84ee2717dca3daf Reviewed-by: Yoann Lopes --- src/qtmultimediaquicktools/qdeclarativevideooutput_render_p.h | 11 +++++++++++ src/qtmultimediaquicktools/qdeclarativevideooutput_window_p.h | 11 +++++++++++ 2 files changed, 22 insertions(+) (limited to 'src/qtmultimediaquicktools') diff --git a/src/qtmultimediaquicktools/qdeclarativevideooutput_render_p.h b/src/qtmultimediaquicktools/qdeclarativevideooutput_render_p.h index cb1168ee9..d33bc0b11 100644 --- a/src/qtmultimediaquicktools/qdeclarativevideooutput_render_p.h +++ b/src/qtmultimediaquicktools/qdeclarativevideooutput_render_p.h @@ -35,6 +35,17 @@ #ifndef QDECLARATIVEVIDEOOUTPUT_RENDER_P_H #define QDECLARATIVEVIDEOOUTPUT_RENDER_P_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 "qdeclarativevideooutput_backend_p.h" #include "qsgvideonode_yuv.h" #include "qsgvideonode_rgb.h" diff --git a/src/qtmultimediaquicktools/qdeclarativevideooutput_window_p.h b/src/qtmultimediaquicktools/qdeclarativevideooutput_window_p.h index 446ce52cd..68403852e 100644 --- a/src/qtmultimediaquicktools/qdeclarativevideooutput_window_p.h +++ b/src/qtmultimediaquicktools/qdeclarativevideooutput_window_p.h @@ -34,6 +34,17 @@ #ifndef QDECLARATIVEVIDEOOUTPUT_WINDOW_P_H #define QDECLARATIVEVIDEOOUTPUT_WINDOW_P_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 "qdeclarativevideooutput_backend_p.h" QT_BEGIN_NAMESPACE -- cgit v1.2.3