summaryrefslogtreecommitdiffstats
path: root/src/qtmultimediaquicktools
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-10-05 10:44:12 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-10-06 13:32:07 +0000
commitc2c71716825ef8923c63c11d71ace91a1362ce19 (patch)
tree0a4e010a0e3a2d96c241369f836b1689dff8d9a3 /src/qtmultimediaquicktools
parentc5ebfb0c19deff34eea5099ba59750b746257d71 (diff)
Add missing "We mean it" comments to private headers.
Task-number: QTBUG-48595 Change-Id: I1370d9229b0606582cbd828de84ee2717dca3daf Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'src/qtmultimediaquicktools')
-rw-r--r--src/qtmultimediaquicktools/qdeclarativevideooutput_render_p.h11
-rw-r--r--src/qtmultimediaquicktools/qdeclarativevideooutput_window_p.h11
2 files changed, 22 insertions, 0 deletions
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