Filippo Cucchetto
cd0c08fb50
Fixed arguments offset
...
Methods have always the return value at pos 0 and arguments in pos >= 1. This is not true for WriteProperty calls. Infact the property value is at pos 0.
2016-04-10 14:40:00 +02:00
Filippo Cucchetto
c11cc30180
Renaming and code cleanup
2016-04-10 14:39:59 +02:00
Filippo Cucchetto
b69ef602ad
MetaObject is required on QObject construction
2016-04-10 14:39:59 +02:00
Filippo Cucchetto
4d4b0590ae
Fixed the implementation now everything seems to work fine
2016-04-10 14:39:59 +02:00
Filippo Cucchetto
28f9898573
wip
2016-04-10 14:39:59 +02:00
Filippo Cucchetto
5a42e05f98
Move implementation for using QAbstractDynamicMetaObject
...
Added support for QAbstractListModels
Fixed bug in the serialization of arguments before slot execution
2016-04-10 14:39:59 +02:00
Filippo Cucchetto
1804071311
Renaming and beautifing the code
2016-04-10 14:39:59 +02:00
Filippo Cucchetto
23f795298d
Refactoring and bug fixing
2016-04-10 14:39:59 +02:00
Filippo Cucchetto
56306f8403
Added support for QMetaObject inheritance and lots of renaming
2016-04-10 14:39:59 +02:00