aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
blob: 1c9637a766a9ab9fc93259f2d19a6c11dd81121d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tree 40d903bafe49f53a3e7ea698ac9c630cd13aa2c1
parent 07fef4eee3afa8d95f58bea999991604eed25def
author Christian Tismer <tismer@stackless.com> 1486988000 +0100
committer Christian Tismer <tismer@stackless.com> 1487083142 +0000

Fix missing python error handling in SignalManager::callPythonMetaMethod

This is an obvious omission and easy to fix.

Thanks to Savin Zlobec for the patch.
You might consider to get a Jira account.

Task-number: PYSIDE-360
Change-Id: I7755f7846c39c9cd9b4d83991568b018223ee938
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>