| 1335 | } |
| 1336 | |
| 1337 | double ScriptExpansionHandler::InstallState::getProgress() |
| 1338 | { |
| 1339 | return parent.getMainController()->getSampleManager().getPreloadProgress(); |
| 1340 | } |
| 1341 | |
| 1342 | double ScriptExpansionHandler::InstallState::getTotalProgress() |
| 1343 | { |
no test coverage detected