refactor: Drop AbstractClient::resizeWithChecks without QSize
AbandonedPublic

Authored by zzag on Aug 10 2019, 6:42 PM.

Details

Reviewers
davidedmundson
Group Reviewers
KWin
Summary

This method is currently being used only in one place. Therefore we can
completely switch to the QSize counterpart.

This simplifies code a bit as we no longer have to do ugly

using AbstractClient::resizeWithChecks;
Test Plan

Compiles.

Diff Detail

Repository
R108 KWin
Branch
refactor-drop-setgeometry
Lint
Lint OK
Unit
No Unit Test Coverage
Build Status
Buildable 14958
Build 14976: arc lint + arc unit
zzag created this revision.Aug 10 2019, 6:42 PM
Restricted Application added a project: KWin. · View Herald TranscriptAug 10 2019, 6:42 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Aug 10 2019, 6:42 PM
zzag updated this revision to Diff 63497.Aug 10 2019, 6:48 PM

Preserve comments.

davidedmundson accepted this revision.Aug 26 2019, 11:09 AM
This revision is now accepted and ready to land.Aug 26 2019, 11:09 AM
zzag abandoned this revision.Aug 30 2019, 5:23 PM