Port away from deprecated QImage::byteCount
ClosedPublic

Authored by zzag on Jul 9 2019, 9:16 PM.

Details

Summary

QImage::byteCount() was deprecated in Qt 5.10. It is advised to use
QImage::sizeInBytes() method instead.

Diff Detail

Repository
R108 KWin
Branch
port-from-qregion-rects
Lint
Lint OK
Unit
No Unit Test Coverage
Build Status
Buildable 13778
Build 13796: arc lint + arc unit
zzag created this revision.Jul 9 2019, 9:16 PM
Restricted Application added a project: KWin. · View Herald TranscriptJul 9 2019, 9:16 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Jul 9 2019, 9:16 PM
apol accepted this revision.Jul 9 2019, 10:57 PM
This revision is now accepted and ready to land.Jul 9 2019, 10:57 PM
This revision was automatically updated to reflect the committed changes.