mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-22 21:04:17 -04:00
XCF: Support to QImageIOHandler::Size option
This commit is contained in:
committed by
Albert Astals Cid
parent
f8a251e268
commit
cff2604cf9
@ -20,6 +20,9 @@ public:
|
||||
bool read(QImage *image) override;
|
||||
bool write(const QImage &image) override;
|
||||
|
||||
bool supportsOption(QImageIOHandler::ImageOption option) const override;
|
||||
QVariant option(QImageIOHandler::ImageOption option) const override;
|
||||
|
||||
static bool canRead(QIODevice *device);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user