summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-01-30 13:52:05 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-02-02 07:21:49 +0000
commitdaabb8f63d2ed83d41037138edeeaf648c3f39d4 (patch)
tree49e6aa32c096f663d0be16ee1c66e58e520438b2
parent120abd19a915b2cadd3591f06794bc64ebcd80a4 (diff)
QtEdidSupport: Fix private headers
Fix warnings: QtEdidSupport: WARNING: qtbase/src/platformsupport/edid/qedidparser_p.h does not have the "We mean it." warning QtEdidSupport: WARNING: qtbase/src/platformsupport/edid/qedidvendortable_p.h does not have the "We mean it." warning Amends 5f7ab880558240be952b17a5dc0c9ea3805fc5cf. Change-Id: I3868096344480d509d7b7c1833389adaa67623a0 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
-rw-r--r--src/platformsupport/edid/qedidparser_p.h6
-rw-r--r--src/platformsupport/edid/qedidvendortable_p.h6
-rwxr-xr-xutil/edid/qedidvendortable.py6
3 files changed, 12 insertions, 6 deletions
diff --git a/src/platformsupport/edid/qedidparser_p.h b/src/platformsupport/edid/qedidparser_p.h
index c5888dc5d7..c436155258 100644
--- a/src/platformsupport/edid/qedidparser_p.h
+++ b/src/platformsupport/edid/qedidparser_p.h
@@ -47,10 +47,12 @@
// 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
+// 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.
+//
QT_BEGIN_NAMESPACE
diff --git a/src/platformsupport/edid/qedidvendortable_p.h b/src/platformsupport/edid/qedidvendortable_p.h
index 948a9cecfc..6ec399df05 100644
--- a/src/platformsupport/edid/qedidvendortable_p.h
+++ b/src/platformsupport/edid/qedidvendortable_p.h
@@ -51,10 +51,12 @@
// 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
+// 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.
+//
QT_BEGIN_NAMESPACE
diff --git a/util/edid/qedidvendortable.py b/util/edid/qedidvendortable.py
index 500abf0890..bac8417326 100755
--- a/util/edid/qedidvendortable.py
+++ b/util/edid/qedidvendortable.py
@@ -86,10 +86,12 @@ header = """
// 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
+// 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.
+//
QT_BEGIN_NAMESPACE