| 45 | #include <QDebug> |
| 46 | |
| 47 | auto MetaEntry::getFullPath() -> QString |
| 48 | { |
| 49 | // FIXME: make local? |
| 50 | return FS::PathCombine(basePath, relativePath); |
| 51 | } |
| 52 | |
| 53 | HttpMetaCache::HttpMetaCache(QString path) : QObject(), m_index_file(path) |
| 54 | { |
no test coverage detected