aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/destroylistener.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use sbkpython.h instead of Python.h to avoid problems with Python2.5.Hugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* 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>