示例#1
0
///
//  Destroy the zarmour.
void QmlZarmourAttached::destruct (QmlZarmour *qmlSelf) {
    zarmour_destroy (&qmlSelf->self);
};
示例#2
0
///
//  Destroy the zarmour.
QZarmour::~QZarmour ()
{
    zarmour_destroy (&self);
}