← Back to team overview

ubuntu-sdk-team team mailing list archive

Re: [Merge] lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/outTheWindow into lp:ubuntu-ui-toolkit/staging

 

> +    QObject::connect(UbuntuI18n::instance(this), SIGNAL(domainChanged()),
> +                     this, SIGNAL(i18nChanged()));
> +    QObject::connect(UbuntuI18n::instance(this), SIGNAL(languageChanged()),
> + this, SIGNAL(i18nChanged()));
> I see the newer style connects used further down, why the old style here?

One reason I can see that the new style connect doesn't resolve the situation when the client overrides the i18nChanged signal in JS. For that the meta-method based connect is needed. 
-- 
https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/outTheWindow/+merge/301278
Your team Ubuntu SDK team is subscribed to branch lp:ubuntu-ui-toolkit/staging.


References