aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/destroylistener.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid warnings about redefined constants.Hugo Parente Lima2012-03-081-1/+1
|
* Created DestroyListener class.Renato Filho2012-03-081-0/+67
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>