Skip to content

Commit

Permalink
QtEdidSupport: Fix private headers
Browse files Browse the repository at this point in the history
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 5f7ab88.

Change-Id: I3868096344480d509d7b7c1833389adaa67623a0
Reviewed-by: Pier Luigi Fiorini <[email protected]>
  • Loading branch information
FriedemannKleint committed Feb 2, 2018
1 parent 120abd1 commit daabb8f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/platformsupport/edid/qedidparser_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions src/platformsupport/edid/qedidvendortable_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions util/edid/qedidvendortable.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,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
Expand Down

0 comments on commit daabb8f

Please sign in to comment.