Exemplo n.º 1
0
///
//  Starts the process.
int QmlZproc::run () {
    return zproc_run (self);
};
Exemplo n.º 2
0
///
//  Starts the process.
int QZproc::run ()
{
    int rv = zproc_run (self);
    return rv;
}