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:
parent
cab060631c
commit
f43de3ed31
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user