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