aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-04-25 14:38:10 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-04-26 15:11:34 +0000
commit7803a22eee4ff86741fd4c12f6d4cf859961c273 (patch)
treed3a679d0a0785272aa5737da99864b023ded5a27 /sources
parent0d12d71920067be499d9237b4ad04f7f11047759 (diff)
Add missing flag for QChartView
Task-number: PYSIDE-645 Change-Id: I4f18e1ede50a68767772eb02e55ff4e1fd718636 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources')
-rw-r--r--sources/pyside2/PySide2/QtCharts/typesystem_charts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/PySide2/QtCharts/typesystem_charts.xml b/sources/pyside2/PySide2/QtCharts/typesystem_charts.xml
index 5932365a7..d913ded16 100644
--- a/sources/pyside2/PySide2/QtCharts/typesystem_charts.xml
+++ b/sources/pyside2/PySide2/QtCharts/typesystem_charts.xml
@@ -80,7 +80,7 @@
</modify-function>
</object-type>
<object-type name="QChartView" since="5.7">
- <enum-type name="RubberBand"/>
+ <enum-type name="RubberBand" flags="RubberBands"/>
</object-type>
<object-type name="QDateTimeAxis" since="5.7"/>
<object-type name="QHBarModelMapper" since="5.7"/>