MCPcopy Create free account
hub / github.com/ccMSC/ckb / ~AnimScript

Method ~AnimScript

src/ckb/animscript.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21AnimScript::~AnimScript(){
22 if(process){
23 process->kill();
24 process->waitForFinished(1000);
25 delete process;
26 }
27}
28
29QString AnimScript::path(){
30#ifdef __APPLE__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected