Esempio n. 1
0
///
//  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);
};
Esempio n. 2
0
///
//  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);
};