| 141 | } |
| 142 | |
| 143 | void Extender::loadGlobalScript(const QString &path) { this->LoadFromFile(path, true); } |
| 144 | |
| 145 | void Extender::unloadGlobalScript(const QString &path) { this->RemoveExtension(path); } |
nothing calls this directly
no test coverage detected