Fix compilation on FreeBSD
This commit is contained in:
@@ -16,7 +16,7 @@ RemoteImage Runner::serializeImage(const QImage &image)
|
|||||||
RemoteImage remoteImage{
|
RemoteImage remoteImage{
|
||||||
convertedImage.width(),
|
convertedImage.width(),
|
||||||
convertedImage.height(),
|
convertedImage.height(),
|
||||||
convertedImage.bytesPerLine(),
|
static_cast<int>(convertedImage.bytesPerLine()),
|
||||||
true, // hasAlpha
|
true, // hasAlpha
|
||||||
8, // bitsPerSample
|
8, // bitsPerSample
|
||||||
4, // channels
|
4, // channels
|
||||||
|
|||||||
Reference in New Issue
Block a user