diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-06-25 10:01:21 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-06-25 12:13:44 +0200 |
| commit | a96317126d48894b7e2c7a4fb01a751aad97280c (patch) | |
| tree | e109965cff0b49bae1e957c0bbe1516999bb4d45 /sources/pyside6 | |
| parent | 2167ad24f81515a414a655742963fd4b3899ddb2 (diff) | |
PySide6: Fix specification of qPixelFormatCmyk()
Fix warning:
Global function 'qPixelFormatCmyk(uchar,uchar,QPixelFormat::AlphaUsage,QPixelFormat::AlphaPosition position,QPixelFormat::TypeInterpretation)' is specified in typesystem,
but not defined. This could potentially lead to compilation errors.
Amends 6938ca19e7a2b200ee83fdddce3c5908199c1f75.
Task-number: PYSIDE-1482
Pick-to: 6.1
Change-Id: Iaa943dc25e06f5937e4ba8379beca82d523ca704
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6')
| -rw-r--r-- | sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml index 817dd7da0..037d4b199 100644 --- a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml +++ b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml @@ -67,7 +67,7 @@ <function signature="qPixelFormatRgba(uchar,uchar,uchar,uchar,QPixelFormat::AlphaUsage,QPixelFormat::AlphaPosition,QPixelFormat::AlphaPremultiplied,QPixelFormat::TypeInterpretation)"/> <function signature="qPixelFormatGrayscale(uchar,QPixelFormat::TypeInterpretation)"/> <function signature="qPixelFormatAlpha(uchar,QPixelFormat::TypeInterpretation)"/> - <function signature="qPixelFormatCmyk(uchar,uchar,QPixelFormat::AlphaUsage,QPixelFormat::AlphaPosition position,QPixelFormat::TypeInterpretation)"/> + <function signature="qPixelFormatCmyk(uchar,uchar,QPixelFormat::AlphaUsage,QPixelFormat::AlphaPosition,QPixelFormat::TypeInterpretation)"/> <function signature="qPixelFormatHsl(uchar,uchar,QPixelFormat::AlphaUsage,QPixelFormat::AlphaPosition,QPixelFormat::TypeInterpretation)"/> <function signature="qPixelFormatHsv(uchar,uchar,QPixelFormat::AlphaUsage,QPixelFormat::AlphaPosition,QPixelFormat::TypeInterpretation)"/> <function signature="qPixelFormatYuv(QPixelFormat::YUVLayout,uchar,QPixelFormat::AlphaUsage,QPixelFormat::AlphaPosition,QPixelFormat::AlphaPremultiplied,QPixelFormat::TypeInterpretation,QPixelFormat::ByteOrder)"/> |
