On Tuesday, February 8, 2011, Marco Martin wrote:
> Hi all,
> I see in Plasma::Applet that
> void messageButtonPressed(const MessageButton button);
> was changed in
> void messageButtonPressed(const Plasma::MessageButton button);

that sucks; specifying Plasma:: in the signature is absolutely required for it 
to be expected to work consistently. the only way for non-namespaced params to 
work in signals like this is if plasmoid writers include a "using Plasma" 
statement in their code which does a lot to invalidate the point of having a 
namespace in the first place.

i suppose we can move back in this case, but it's really, really, really 
something we need to make consistent in libplasma2 as it is a source of 
ongoing annoyances.

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to