MCPcopy Create free account
hub / github.com/ccMSC/ckb / path

Method path

src/ckb/animscript.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29QString AnimScript::path(){
30#ifdef __APPLE__
31 return QDir(QApplication::applicationDirPath() + "/../Resources").absoluteFilePath("ckb-animations");
32#else
33 return QDir(QApplication::applicationDirPath()).absoluteFilePath("ckb-animations");
34#endif
35}
36
37void AnimScript::scan(){
38 QDir dir(path());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected