Change rowStride in runner to qsizetype
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user