https://bugs.kde.org/show_bug.cgi?id=510106
David Boddie <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Boddie <[email protected]> --- It looks like all of these functions are children of namespaces. One difference appears to be how the namespace is documented in each case. setupLocalizedContext() is declared in one place where the KLocalization namespace is documented as being part of the KI18nQml module: https://invent.kde.org/frameworks/ki18n/-/blob/master/src/i18n-qml/klocalizedqmlcontext.h?ref_type=heads The other functions are declared as part of the KLocalization namespace that is documented as being part of the KI18n module: https://invent.kde.org/frameworks/ki18n/-/blob/master/src/i18n/klocalization.h?ref_type=heads It may be that this detail isn't the cause of this, but it's something to check. -- You are receiving this mail because: You are watching all bug changes.
