diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-03-22 16:55:00 -0300 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-03-23 13:36:17 -0300 |
commit | 2f4a1f634c22f01a23f5ff0701d50a5d062de92a (patch) | |
tree | 5e3586f5afc6fa54d9b15f48fb4bf5fa7e0b0f8d | |
parent | e07b306bb4b760cbfc258d95c92370f50260d1d0 (diff) | |
download | pyside-2f4a1f634c22f01a23f5ff0701d50a5d062de92a.tar.gz pyside-2f4a1f634c22f01a23f5ff0701d50a5d062de92a.tar.xz pyside-2f4a1f634c22f01a23f5ff0701d50a5d062de92a.zip |
Use set instead of add on reference-count action attribute.
-rw-r--r-- | tests/pysidetest/typesystem_pysidetest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pysidetest/typesystem_pysidetest.xml b/tests/pysidetest/typesystem_pysidetest.xml index 5239620..9cdd99e 100644 --- a/tests/pysidetest/typesystem_pysidetest.xml +++ b/tests/pysidetest/typesystem_pysidetest.xml @@ -32,7 +32,7 @@ <object-type name="TestView" > <modify-function signature="TestView(QAbstractListModel*,QObject*)"> <modify-argument index="1"> - <reference-count action="add"/> + <reference-count action="set"/> </modify-argument> </modify-function> </object-type> |