aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-05-02 10:11:11 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-05-02 08:17:47 +0000
commit5f83ff14270cbe63492c08b5aa279d30a6c2677b (patch)
tree77ed97cea3e3762708db3b0e52eeee4b7ddeb40c /sources/pyside2
parent2159f4fdf5e0497c0df96ab200753761e3668700 (diff)
Re-add QShortcutEvent removed methods
They seem to work, no need to reject them. Task-number: PYSIDE-655 Change-Id: I20e5a0ddd03392bacac8875158159d84bf16cdb9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2')
-rw-r--r--sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml b/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml
index 488d9861a..b0d8e6e30 100644
--- a/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml
+++ b/sources/pyside2/PySide2/QtGui/typesystem_gui_common.xml
@@ -1786,11 +1786,6 @@
<object-type name="QMoveEvent" copyable = "false" polymorphic-id-expression="%1-&gt;type() == QEvent::Move" />
<object-type name="QResizeEvent" copyable = "false" polymorphic-id-expression="%1-&gt;type() == QEvent::Resize"/>
<object-type name="QShortcutEvent" copyable = "false" polymorphic-id-expression="%1-&gt;type() == QEvent::Shortcut">
- <!-- All these have const overloads that are used instead -->
- <modify-function signature="isAmbiguous()const" remove="all"/>
- <modify-function signature="shortcutId()const" remove="all"/>
- <modify-function signature="key()const" remove="all"/>
- <!-- ### -->
</object-type>
<object-type name="QShowEvent" copyable= "false" polymorphic-id-expression="%1-&gt;type() == QEvent::Show"/>
<object-type name="QStatusTipEvent" copyable= "false" polymorphic-id-expression="%1-&gt;type() == QEvent::StatusTip"/>