Exemple #1
0
///
//  PID of the process
int QmlZproc::pid () {
    return zproc_pid (self);
};
Exemple #2
0
///
//  PID of the process
int QZproc::pid ()
{
    int rv = zproc_pid (self);
    return rv;
}