예제 #1
0
파일: QmlZarmour.cpp 프로젝트: b-cuts/czmq
///
//  Destroy the zarmour.
void QmlZarmourAttached::destruct (QmlZarmour *qmlSelf) {
    zarmour_destroy (&qmlSelf->self);
};
예제 #2
0
///
//  Destroy the zarmour.
QZarmour::~QZarmour ()
{
    zarmour_destroy (&self);
}