mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 03:54:18 -04:00
Clean up the CMake files (and a couple of other bits)
src/imageformats/CMakeLists.txt is now much clearer and more consistent. Also, removed an unnecessary/unimplemented method from exr.cpp. REVIEW: 115120
This commit is contained in:
@ -200,13 +200,6 @@ bool EXRHandler::read(QImage *outImage)
|
||||
}
|
||||
}
|
||||
|
||||
bool EXRHandler::write(const QImage &image)
|
||||
{
|
||||
// TODO: stub
|
||||
Q_UNUSED(image);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool EXRHandler::canRead(QIODevice *device)
|
||||
{
|
||||
if (!device) {
|
||||
|
Reference in New Issue
Block a user