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