Change rowStride in runner to qsizetype
This commit is contained in:
@@ -64,7 +64,7 @@ struct RemoteImage {
|
||||
// iiibiiay (matching notification spec image-data attribute)
|
||||
int width;
|
||||
int height;
|
||||
int rowStride;
|
||||
qsizetype rowStride;
|
||||
bool hasAlpha;
|
||||
int bitsPerSample;
|
||||
int channels;
|
||||
|
||||
Reference in New Issue
Block a user