Exemplo n.º 1
0
///
//  PID of the process
int QmlZproc::pid () {
    return zproc_pid (self);
};
Exemplo n.º 2
0
///
//  PID of the process
int QZproc::pid ()
{
    int rv = zproc_pid (self);
    return rv;
}