kconfiggui symbol retraction

Harald Sitter sitter at kde.org
Tue May 12 10:54:15 UTC 2015


On Tue, May 12, 2015 at 12:51 PM, David Faure <faure at kde.org> wrote:
> On Tuesday 12 May 2015 11:57:44 Harald Sitter wrote:
>> not quite sure how it got lost
>>
>> - _ZN10KConfigGui17sessionConfigNameEv at Base 4.97.0
>> + _ZN10KConfigGui16setSessionConfigERK7QStringS2_ at Base
>> 5.9.0+git20150512.0743+15.04-0
>> +#MISSING: 5.9.0+git20150512.0743+15.04-0#
>> _ZN10KConfigGui17sessionConfigNameEv at Base 4.97.0
>
> Cool check.
>
> I see what happened:
> -KCONFIGGUI_EXPORT QString sessionConfigName();
> +#ifndef KDE_NO_DEPRECATED
> +KCONFIGGUI_DEPRECATED QString sessionConfigName();
> +#endif
>
> should be KCONFIGGUI_DEPRECATED_EXPORT instead.
> Fixed.

groovy, thanks :)


More information about the Kde-frameworks-devel mailing list