Remove empty/unused private classes on internal types
ClosedPublic

Authored by vkrause on Feb 28 2020, 7:51 PM.

Details

Summary

This avoids unnecessary allocations. This also un-exports QRCodeBarcode,
which is declared in a non-installed header file.

Diff Detail

Repository
R280 Prison
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 23072
Build 23090: arc lint + arc unit
vkrause created this revision.Feb 28 2020, 7:51 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptFeb 28 2020, 7:51 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
vkrause requested review of this revision.Feb 28 2020, 7:51 PM
svuorela accepted this revision.Mar 4 2020, 6:37 PM

These are leftovers from when all constructor was public.

This revision is now accepted and ready to land.Mar 4 2020, 6:37 PM
This revision was automatically updated to reflect the committed changes.