/// // Setup the command line arguments, the first item must be an (absolute) filename // to run. void QmlZproc::setArgs (QmlZlistx *args) { zproc_set_args (self, args->self); };
/// // Setup the command line arguments, the first item must be an (absolute) filename // to run. void QmlZproc::setArgs (QmlZlist *arguments) { zproc_set_args (self, &arguments->self); };