Esempio n. 1
0
///
//  return internal actor, usefull for the polling if process died
void *QmlZproc::actor () {
    return zproc_actor (self);
};
Esempio n. 2
0
///
//  return internal actor, usefull for the polling if process died
void * QZproc::actor ()
{
    void * rv = zproc_actor (self);
    return rv;
}