Add We mean it warning to the EDID table

Change-Id: I3183a2eae372e37bbed9e96b953e3ead4246a543
Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
This commit is contained in:
Laszlo Agocs 2017-09-07 13:46:15 +02:00
parent cab060631c
commit f43de3ed31
2 changed files with 18 additions and 0 deletions

View File

@ -47,6 +47,15 @@
#ifndef QEDIDVENDORTABLE_P_H #ifndef QEDIDVENDORTABLE_P_H
#define 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 QT_BEGIN_NAMESPACE
typedef struct VendorTable { typedef struct VendorTable {

View File

@ -82,6 +82,15 @@ header = """
#ifndef QEDIDVENDORTABLE_P_H #ifndef QEDIDVENDORTABLE_P_H
#define 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 QT_BEGIN_NAMESPACE
typedef struct VendorTable { typedef struct VendorTable {