mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-06-22 06:29:10 -04:00
Fix compilation warnings
Fixed warnings reported by CIs in our code.
This commit is contained in:
committed by
Albert Astals Cid
parent
dbd439bd98
commit
8265b3602b
@@ -952,6 +952,7 @@ QVariant QJpegXLHandler::option(ImageOption option) const
|
||||
} else if (m_basicinfo.orientation == JXL_ORIENT_ROTATE_90_CCW) {
|
||||
return int(QImageIOHandler::TransformationRotate270);
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
return QVariant();
|
||||
|
||||
Reference in New Issue
Block a user