Created test to static metaobject.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
Luciano Wolf <luciano.wolf@openbossa.org>
This commit is contained in:
parent
e58db20b0f
commit
4452d5dbaa
2 changed files with 68 additions and 0 deletions
|
|
@ -65,5 +65,10 @@ private:
|
|||
void updateMetaObject();
|
||||
};
|
||||
|
||||
PYSIDE_API inline void deleteDynamicQMetaObject(void* data)
|
||||
{
|
||||
delete reinterpret_cast<DynamicQMetaObject*>(data);
|
||||
}
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue