mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Support for third party qt image plugins
This commit is contained in:
@ -76,8 +76,8 @@ public:
|
||||
//check if the comic has failed loading
|
||||
bool hasBeenAnErrorOpening();
|
||||
|
||||
inline static QStringList getSupportedImageFormats() { return imageExtensions; }
|
||||
inline static QStringList getSupportedImageLiteralFormats() { return literalImageExtensions; }
|
||||
static QStringList getSupportedImageFormats();
|
||||
static QStringList getSupportedImageLiteralFormats();
|
||||
|
||||
static bool fileIsComic(const QString &path);
|
||||
static QList<QString> findValidComicFiles(const QList<QUrl> &list);
|
||||
|
Reference in New Issue
Block a user