Change rowStride in runner to qsizetype

This commit is contained in:
Tobias Fella
2023-09-13 14:53:07 +02:00
parent a43990559b
commit f542d0b9fd

View File

@@ -64,7 +64,7 @@ struct RemoteImage {
// iiibiiay (matching notification spec image-data attribute) // iiibiiay (matching notification spec image-data attribute)
int width; int width;
int height; int height;
int rowStride; qsizetype rowStride;
bool hasAlpha; bool hasAlpha;
int bitsPerSample; int bitsPerSample;
int channels; int channels;