kconfiggui symbol retraction

David Faure faure at kde.org
Tue May 12 10:51:49 UTC 2015


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.

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5



More information about the Kde-frameworks-devel mailing list