Add support for setting custom covers on folders

This commit is contained in:
Luis Ángel San Martín
2025-05-08 22:00:55 +02:00
parent f0b9d45033
commit b976b7f809
17 changed files with 263 additions and 34 deletions

9
common/cover_utils.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef COVER_UTILS_H
#define COVER_UTILS_H
#include <QImage>
namespace YACReader {
bool saveCover(const QString &path, const QImage &image);
}
#endif // COVER_UTILS_H