Skip to content

Commit

Permalink
Add We mean it warning to the EDID table
Browse files Browse the repository at this point in the history
Change-Id: I3183a2eae372e37bbed9e96b953e3ead4246a543
Reviewed-by: Pier Luigi Fiorini <[email protected]>
  • Loading branch information
alpqr committed Sep 8, 2017
1 parent cab0606 commit f43de3e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/platformsupport/edid/qedidvendortable_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@
#ifndef QEDIDVENDORTABLE_P_H
#define QEDIDVENDORTABLE_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.
//

QT_BEGIN_NAMESPACE

typedef struct VendorTable {
Expand Down
9 changes: 9 additions & 0 deletions util/edid/qedidvendortable.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@
#ifndef QEDIDVENDORTABLE_P_H
#define QEDIDVENDORTABLE_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.
//
QT_BEGIN_NAMESPACE
typedef struct VendorTable {
Expand Down

0 comments on commit f43de3e

Please sign in to comment.