mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
Fix unused param in MicroExif::toByteArray()
This commit is contained in:
@ -1072,7 +1072,7 @@ QByteArray MicroExif::toByteArray(const QDataStream::ByteOrder &byteOrder, const
|
||||
QByteArray ba;
|
||||
{
|
||||
QBuffer buf(&ba);
|
||||
if (!write(&buf, byteOrder))
|
||||
if (!write(&buf, byteOrder, version))
|
||||
return {};
|
||||
}
|
||||
return ba;
|
||||
|
Reference in New Issue
Block a user