Example #1
0
///
//  Destroy zproc, wait until process ends.
void QmlZprocAttached::destruct (QmlZproc *qmlSelf) {
    zproc_destroy (&qmlSelf->self);
};
Example #2
0
///
//  Destroy zproc, wait until process ends.
QZproc::~QZproc ()
{
    zproc_destroy (&self);
}