Re: Check for Qt classes that should not be used

2013-02-23 Thread Inge Wallin
I have taken some interest in EBN, the KDE > >> > static > >> > code checker[1]. One of the categories there is "Check for Qt classes > >> > that > >> > should not be used" where it recommends to use e.g. KTabBar instead of > >> &g

Re: Check for Qt classes that should not be used

2013-02-22 Thread Boudewijn Rempt
On Saturday 23 February 2013 Feb, Sven Langkamp wrote: > Looks like Inge and I did contacted him independently. He mentioned > that it's still a long time till KDE Frameworks and that the checks > are still valid for consistency reasons. > In my opinion the visual difference is almost invisible an

Re: Check for Qt classes that should not be used

2013-02-22 Thread Sven Langkamp
e checker[1]. One of the categories there is "Check for Qt classes >> > that >> > should not be used" where it recommends to use e.g. KTabBar instead of >> > QTabBar >> > and so on. >> > >> > What's our opinion on that? That

Re: Check for Qt classes that should not be used

2013-02-20 Thread Jean-Nicolas Artaud
2013/2/20 Sven Langkamp > On Wed, Feb 20, 2013 at 9:35 AM, Inge Wallin wrote: > > As you may have noticed, I have taken some interest in EBN, the KDE > static > > code checker[1]. One of the categories there is "Check for Qt classes > that > > should not be used

Re: Check for Qt classes that should not be used

2013-02-20 Thread Sven Langkamp
On Wed, Feb 20, 2013 at 9:35 AM, Inge Wallin wrote: > As you may have noticed, I have taken some interest in EBN, the KDE static > code checker[1]. One of the categories there is "Check for Qt classes that > should not be used" where it recommends to use e.g. KTabBar instead

Check for Qt classes that should not be used

2013-02-20 Thread Inge Wallin
As you may have noticed, I have taken some interest in EBN, the KDE static code checker[1]. One of the categories there is "Check for Qt classes that should not be used" where it recommends to use e.g. KTabBar instead of QTabBar and so on. What's our opinion on that? That shou