qicc: avoid implict detach
Change-Id: I3bca1460257ddb44004e85d153351fba52b0c8c3 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
parent
551acf40ae
commit
bd4d2786af
@ -496,7 +496,7 @@ QByteArray toIccProfile(const QColorSpace &space)
|
||||
|
||||
// Writing description
|
||||
descOffset = currentOffset;
|
||||
QString description = space.description();
|
||||
const QString description = space.description();
|
||||
stream << uint(Tag::mluc) << uint(0);
|
||||
stream << uint(1) << uint(12);
|
||||
stream << uchar('e') << uchar('n') << uchar('U') << uchar('S');
|
||||
|
Loading…
x
Reference in New Issue
Block a user