On Fri, Jul 25, 2014 at 11:21 PM, David Narvaez <david.narv...@computer.org>
wrote:

> Hi,
>
> The migration script from KIcon to QIcon seems to think every usage of
> KIcon( ... ) is  of the form KIcon( iconName ) but there's also KIcon(
> iconName, pointerToIconLoader ). What do I need to do to port those to
> QIcon?
>

You can do

QIcon icon(new KIconEngine(iconName, pointerToIconLoader));

iirc.

Cheers
-- 
Martin Klapetek | KDE Developer
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to