https://bugs.kde.org/show_bug.cgi?id=369554

--- Comment #9 from David Faure <fa...@kde.org> ---
Ah you're still confused by non-namespaced frameworks vs namespaced frameworks.
KIO, KParts and others behave like Attica: the class is namespaced
(KParts::Part) so the forwarding header is namespaced (KParts/Part). And it
still has to be inside the framework-specific directory, so yes,
KF5/KParts/fwd/KParts/Part.


include/KF5/Attica/AccountBalance
#include <Attica/AccountBalance>
Would mean the include works even if you didn't ask to use Attica via
find_package, that's what we want to prevent here.

Can we accept this and move on? All of this is just additional discussion that
is not related to the bug at hand.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to