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