From daabb8f63d2ed83d41037138edeeaf648c3f39d4 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 30 Jan 2018 13:52:05 +0100 Subject: 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 --- src/platformsupport/edid/qedidparser_p.h | 6 ++++-- src/platformsupport/edid/qedidvendortable_p.h | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3