| 47 | #include "net/Logging.h" |
| 48 | |
| 49 | auto MetaEntry::getFullPath() -> QString |
| 50 | { |
| 51 | // FIXME: make local? |
| 52 | return FS::PathCombine(m_basePath, m_relativePath); |
| 53 | } |
| 54 | |
| 55 | HttpMetaCache::HttpMetaCache(QString path) : QObject(), m_index_file(path) |
| 56 | { |
no test coverage detected