Re: convert QString to NET::WindowType

2014-02-20 Thread Martin Gräßlin
On Thursday 20 February 2014 13:05:11 Damian Ivanov wrote: > Hi :) > > Sorry maybe it's not the proper place to ask (ask me if I should use > IRC or something) > > I'm using > KWindowSystem::setState(myWindowId, string) ; > I must use a string, I'm calling the function from QML which passes a >

convert QString to NET::WindowType

2014-02-20 Thread Damian Ivanov
Hi :) Sorry maybe it's not the proper place to ask (ask me if I should use IRC or something) I'm using KWindowSystem::setState(myWindowId, string) ; I must use a string, I'm calling the function from QML which passes a string like "NET::SkipPager" PS: Is there somewhere a TODO list for Tier1 pa