diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-10-22 17:28:43 -0200 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-10-22 19:16:51 -0200 |
commit | 77a1654ad587241d3c14bafa2c0deae53e1599ee (patch) | |
tree | 1b2dece9fe99a5a956420e03229d0872916a9a05 /tests/QtUiTools/CMakeLists.txt | |
parent | 800fb4613cb61dbff33750ec0ab4b18ca3369c6c (diff) | |
download | pyside-77a1654ad587241d3c14bafa2c0deae53e1599ee.tar.gz pyside-77a1654ad587241d3c14bafa2c0deae53e1599ee.tar.xz pyside-77a1654ad587241d3c14bafa2c0deae53e1599ee.zip |
Fix bugs 430, 426, 429, 394, 433.
These bugs are about QApplication instance being destroyed before
some QObject.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'tests/QtUiTools/CMakeLists.txt')
-rw-r--r-- | tests/QtUiTools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/QtUiTools/CMakeLists.txt b/tests/QtUiTools/CMakeLists.txt index 7cb8b6a..ebf7a23 100644 --- a/tests/QtUiTools/CMakeLists.txt +++ b/tests/QtUiTools/CMakeLists.txt @@ -1,5 +1,6 @@ PYSIDE_TEST(bug_360.py) PYSIDE_TEST(bug_376.py) PYSIDE_TEST(bug_392.py) +PYSIDE_TEST(bug_426.py) PYSIDE_TEST(uiloader_test.py) PYSIDE_TEST(ui_test.py) |