| 27 | } |
| 28 | |
| 29 | QString 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 | |
| 37 | void AnimScript::scan(){ |
| 38 | QDir dir(path()); |
nothing calls this directly
no outgoing calls
no test coverage detected