| 60 | void Compiler::setInterpreterLocation(const QString &location) { interpreterLocation = location; } |
| 61 | |
| 62 | void Compiler::setBytecodeExtensions(const QString &extensions) { |
| 63 | bytecodeExtensions = extensions.split(";", Qt::SkipEmptyParts); |
| 64 | } |
| 65 | |
| 66 | void Compiler::setEnvironment(const QProcessEnvironment &env) { environment = env; } |
| 67 |
no outgoing calls
no test coverage detected