Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN

Authored by kossebau on Mar 10 2018, 1:33 PM.

Description

Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN

Summary:
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

Reviewers: graesslin, davidedmundson

Reviewed By: davidedmundson

Subscribers: plasma-devel

Tags: Plasma

Differential Revision: https://phabricator.kde.org/D11209

Details

Committed
kossebauMar 20 2018, 11:15 PM
Reviewer
davidedmundson
Differential Revision
D11209: Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
Parents
R129:19f005507709: Use non-deprecated KDEInstallDirs variables
Branches
Unknown
Tags
Unknown