mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
10 lines
170 B
C++
10 lines
170 B
C++
#ifndef COVER_UTILS_H
|
|
#define COVER_UTILS_H
|
|
|
|
#include <QImage>
|
|
|
|
namespace YACReader {
|
|
bool saveCover(const QString &path, const QImage &image);
|
|
}
|
|
#endif // COVER_UTILS_H
|