Avoid leaking symbols of "pimpl" classes/structs
ClosedPublic

Authored by kossebau on Jul 26 2017, 12:17 PM.

Details

Summary

Nested classes/structs inherit the symbols visibility, so use
unnested ones

Diff Detail

Repository
R33 KDevPlatform
Branch
lesslessprivatesymbols
Lint
No Linters Available
Unit
No Unit Test Coverage
kossebau created this revision.Jul 26 2017, 12:17 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptJul 26 2017, 12:17 PM
kfunk accepted this revision.Jul 26 2017, 7:27 PM
kfunk added a subscriber: kfunk.

PS: I don't mind changing every struct to a class either, for consistency reasons.

This revision is now accepted and ready to land.Jul 26 2017, 7:27 PM
This revision was automatically updated to reflect the committed changes.