diff options
author | Ece Cinucen <ece.cinucen@qt.io> | 2024-11-20 11:48:24 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-20 11:13:03 +0000 |
commit | 6132d3914dc89ab76c64755441386ab9927f5e27 (patch) | |
tree | 80d2dc6fd99ccdbff1722f172d1323dd0522d8fd /sources/pyside6/PySide6/QtGraphs | |
parent | d6f04978cec75545b8f61e05d4c90150e7c30839 (diff) |
Fix QtGraps typesystem file warning
Removed PointConfiguration since it does not exist in QtGraphs.
Amends 649592a8cbc9c656a7b9be77f043538bf4e242d5.
Pick to: 6.8
Change-Id: Ic4f1a58700c5b3c19e5d9f51bb2d644382bfa40e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6/QtGraphs')
-rw-r--r-- | sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml b/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml index 7d6968016..d929bcc0c 100644 --- a/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml +++ b/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml @@ -184,7 +184,6 @@ <object-type name="QScatterSeries"/> <object-type name="QXYModelMapper" since="6.8"/> <object-type name="QXYSeries"> - <enum-type name="PointConfiguration"/> <extra-includes> <include file-name="pyside_numpy.h" location="global"/> </extra-includes> |