Simplify minimum size handling
ClosedPublic

Authored by vkrause on Mar 9 2020, 5:40 PM.

Details

Summary

We don't need to track the minimum size separately anymore, so avoid this
getting out of sync by removing it.

Diff Detail

Repository
R280 Prison
Branch
arcpatch-D27952
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 23692
Build 23710: arc lint + arc unit
vkrause created this revision.Mar 9 2020, 5:40 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptMar 9 2020, 5:40 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
vkrause requested review of this revision.Mar 9 2020, 5:40 PM

The deprecation version is off by one, but that will be fixed when rebasing the entire patch set on 5.69 once 5.68 is released.

svuorela accepted this revision.Mar 11 2020, 6:48 PM
This revision is now accepted and ready to land.Mar 11 2020, 6:48 PM
vkrause updated this revision to Diff 77611.Mar 14 2020, 1:02 PM

Rebase and bump version numbers.

This revision was automatically updated to reflect the committed changes.