Re: migration KIcon to QIcon

2013-12-17 Thread Michal Humpula
Thanks Aleix! The KDE_FULL_SESSION=true fixed the thing:) Would be nice to add it to the list of variables in "Runtime setup" section at http://community.kde.org/Frameworks/Building. I've completely missed it in "Running unit tests" one:) Cheers Michal On Tuesday 17 of December 2013 14:56:46 Al

Re: migration KIcon to QIcon

2013-12-17 Thread Aleix Pol
On Mon, Dec 16, 2013 at 5:18 PM, Michal Humpula wrote: > Hi there, > > have a small glitch with icon loading on frameworks. If I understand > correctly, the migration path for KIcon is QIcon::fromTheme, right? > > Unfortunately this is giving me empty results, which might be caused by > QIcon::the

migration KIcon to QIcon

2013-12-17 Thread Michal Humpula
Hi there, have a small glitch with icon loading on frameworks. If I understand correctly, the migration path for KIcon is QIcon::fromTheme, right? Unfortunately this is giving me empty results, which might be caused by QIcon::themeName() giving me empty string. If I configure the theme manually