| 35 | }; |
| 36 | |
| 37 | static inline bool pathHasBundleExtension(const QString& filepath) { |
| 38 | return filepath.endsWith("b84", Qt::CaseInsensitive) || filepath.endsWith("b83", Qt::CaseInsensitive); |
| 39 | } |
| 40 | |
| 41 | static QStringList bundleList; |
| 42 | static bool checkValidFile(const char *path) { |
no outgoing calls
no test coverage detected