Ejemplo n.º 1
0
///
//  Setup the environment variables for the process.
void QmlZproc::setEnv (QmlZhashx *args) {
    zproc_set_env (self, args->self);
};
Ejemplo n.º 2
0
///
//  Setup the environment variables for the process.
void QmlZproc::setEnv (QmlZhash *arguments) {
    zproc_set_env (self, &arguments->self);
};