diff options
author | Paulo Alcantara <pcacjr@gmail.com> | 2012-01-18 14:23:29 -0300 |
---|---|---|
committer | Paulo Alcantara <pcacjr@gmail.com> | 2012-01-18 18:36:46 -0300 |
commit | 3aba7ebbf7ae05804d96dc1db9edad3926c89ee5 (patch) | |
tree | b2b8eb6864d8433ef6b060c24e8b077db8ce23ae /tests/QtDeclarative/CMakeLists.txt | |
parent | a50e42645e01662db3875e5872e84ca80ed84464 (diff) | |
download | pyside-3aba7ebbf7ae05804d96dc1db9edad3926c89ee5.tar.gz pyside-3aba7ebbf7ae05804d96dc1db9edad3926c89ee5.tar.xz pyside-3aba7ebbf7ae05804d96dc1db9edad3926c89ee5.zip |
Fix BUG #1113 - "Instantiating QObject in user-defined QML element's
constructor crashes if instantiated from QML"
Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org>
Reviewed-by: Hugo Parente Lima <hugo.pl@gmail.com>
Diffstat (limited to 'tests/QtDeclarative/CMakeLists.txt')
-rw-r--r-- | tests/QtDeclarative/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/QtDeclarative/CMakeLists.txt b/tests/QtDeclarative/CMakeLists.txt index 2c842d3..b670f08 100644 --- a/tests/QtDeclarative/CMakeLists.txt +++ b/tests/QtDeclarative/CMakeLists.txt @@ -11,6 +11,7 @@ PYSIDE_TEST(bug_951.py) PYSIDE_TEST(bug_995.py) PYSIDE_TEST(bug_997.py) PYSIDE_TEST(bug_1029.py) +PYSIDE_TEST(bug_1113.py) PYSIDE_TEST(qdeclarativenetwork_test.py) PYSIDE_TEST(qdeclarativeview_test.py) PYSIDE_TEST(connect_python_qml.py) |