Diffusion KIO 1b35e76b8932

Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN

Authored by kossebau on Aug 15 2017, 2:43 AM.

Description

Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN

Nested classes inherit the visibility of their outer class,
so all the KClass::Private symbols have also been exported
if the ones of KClass were.

Best fix would be to change all pimpl classes to be non-nested,
but that needs a bigger patch as some nested classes directly
access types and properties of their outer classes.
Left to do for the future :)

Details

Committed
kossebauNov 5 2017, 10:18 AM
Parents
R241:72c81e41aac1: Fix display of remote:/ in the qfiledialog
Branches
Unknown
Tags
Unknown