aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-12-20 17:41:53 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:48:01 -0300
commit05d011ccfa3ad442adb3639f9db87d49dd346299 (patch)
tree5514df8ba5acb6288dbf8759db1bb661c1e7777b /tests/pysidetest
parentc350f418c7fc9650a89f5a9be29e7987927bdd9a (diff)
Fixed type system for TestView from pysidetest directory.
Diffstat (limited to 'tests/pysidetest')
-rw-r--r--tests/pysidetest/typesystem_pysidetest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pysidetest/typesystem_pysidetest.xml b/tests/pysidetest/typesystem_pysidetest.xml
index afa764c43..cf7774ac6 100644
--- a/tests/pysidetest/typesystem_pysidetest.xml
+++ b/tests/pysidetest/typesystem_pysidetest.xml
@@ -3,7 +3,7 @@
<load-typesystem name="typesystem_core.xml" generate="no" />
<object-type name="TestObject" />
<object-type name="TestView" >
- <modify-function signature="setModel(QObject*)">
+ <modify-function signature="TestView(QAbstractListModel*,QObject*)">
<modify-argument index="1">
<reference-count action="add"/>
</modify-argument>