aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysidemetafunction_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify the code used to do QObject meta calls.Hugo Parente Lima2012-03-081-1/+9
|
* 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>
* Implemented PySideMetaFunction class used to call dynamic slots.renatofilho2010-11-051-0/+35
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>