| 19 | } |
| 20 | |
| 21 | AnimScript::~AnimScript(){ |
| 22 | if(process){ |
| 23 | process->kill(); |
| 24 | process->waitForFinished(1000); |
| 25 | delete process; |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | QString AnimScript::path(){ |
| 30 | #ifdef __APPLE__ |
nothing calls this directly
no outgoing calls
no test coverage detected