aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/destroysignal_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test case, when the destroyed() signal is emitted all C++ objects are ↵Hugo Parente Lima2012-03-081-1/+1
| | | | | | | just QObject because their up destructors were already called. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created DestroyListener class.Renato Filho2012-03-081-0/+27
This class is used to keep the Python object live until the signal destroyed emission. With this is possible to use the QObject on destruction signal. Fixes bug #505. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>