MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / setBytecodeExtensions

Method setBytecodeExtensions

src/base/compiler.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

acceptMethod · 0.80
loadSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected