aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-09-14 18:19:59 -0300
committerrenatofilho <renato.filho@openbossa.org>2010-09-14 18:31:42 -0300
commit5ce6221efae57de30c04f1069d294f4e6275bf85 (patch)
treefdeb9c1433cd9e03b3c7e26f7e59f02e3c9dbc5b /PySide
parent2559ae50f05f5135f88361fdc60f558c382d0b80 (diff)
Updated tryLock function to work in thread.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 5464ae089..073da0021 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1640,6 +1640,7 @@
<object-type name="QMutex">
<modify-function signature="lock()" allow-thread="yes"/>
<modify-function signature="tryLock(int)" allow-thread="yes"/>
+ <modify-function signature="tryLock()" allow-thread="yes"/>
</object-type>
<object-type name="QSemaphore">
<modify-function signature="acquire(int)" allow-thread="yes"/>