| 346 | } |
| 347 | |
| 348 | void GM_Script::reloadScript() |
| 349 | { |
| 350 | parseScript(); |
| 351 | |
| 352 | m_manager->removeScript(this, false); |
| 353 | m_manager->addScript(this); |
| 354 | |
| 355 | Q_EMIT scriptChanged(); |
| 356 | } |
| 357 | |
| 358 | void GM_Script::downloadIcon() |
| 359 | { |
nothing calls this directly
no test coverage detected