Implemented support to notify argument on Properties.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
Marcelo Lira <marcelo.lira@openbossa.org>
This commit is contained in:
parent
4f1a11b61f
commit
26750d345c
10 changed files with 241 additions and 107 deletions
|
|
@ -354,7 +354,7 @@ bool SignalManager::emitSignal(QObject* source, const char* signal, PyObject* ar
|
|||
int SignalManager::qt_metacall(QObject* object, QMetaObject::Call call, int id, void** args)
|
||||
{
|
||||
const QMetaObject* metaObject = object->metaObject();
|
||||
PyObject* pp = 0;
|
||||
PySideQProperty* pp = 0;
|
||||
PyObject* pp_name = 0;
|
||||
QMetaProperty mp;
|
||||
Shiboken::TypeResolver* typeResolver = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue