mirror of
https://github.com/YACReader/yacreader
synced 2025-11-22 10:32:49 -05:00
Add support for setting custom covers on folders
This commit is contained in:
9
common/cover_utils.h
Normal file
9
common/cover_utils.h
Normal 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
|
||||
Reference in New Issue
Block a user