Re: [KF5 port] Source of sigfault found, not understood

2015-10-22 Thread Olivier Churlaud
Le 23/10/2015 01:32, Soren Harward a écrit : On Wed, Oct 21, 2015 at 7:42 AM Myriam Schweingruber mailto:myr...@pharma-traduction.ch>> wrote: UserRole and GroupRole are not exactly the same thing, will this not make the Playlist behave differently? Not sure if changing behavior is

Re: [KF5 port] Source of sigfault found, not understood

2015-10-22 Thread Soren Harward
On Wed, Oct 21, 2015 at 7:42 AM Myriam Schweingruber < myr...@pharma-traduction.ch> wrote: > > UserRole and GroupRole are not exactly the same thing, will this not > make the Playlist behave differently? Not sure if changing behavior is > a good idea at this stage... > No, the change should be ju

Re: [Port KF5] Why we get so many segfault...

2015-10-22 Thread Olivier Churlaud
Hi, once again I was wrong. The issue is triggered according to what you comment in the listForLevel() function (the one I was talking about sooner)... But what exactly and why? I'm still searching... Olivier Le 22/10/2015 20:03, Olivier Churlaud a écrit : Hi, Le 22/10/2015 18:22, Aditya S

Re: [Port KF5] Why we get so many segfault...

2015-10-22 Thread Olivier Churlaud
Hi, Le 22/10/2015 18:22, Aditya Sharma a écrit : Hello, Sorry for not being able to get back to you on IRC. I have been busy with another project of mine at my university for quite some time now. If a method was virtual before and is pure virtual now then one can't cal

Re: [Port KF5] Why we get so many segfault...

2015-10-22 Thread Aditya Sharma
> Hello, > > Sorry for not being able to get back to you on IRC. I have been busy with > another project of mine at my university for quite some time now. > > If a method was virtual before and is pure virtual now then one can't call > that function as the method is of an abstract class now in Qt5

Re: [Port KF5] Why we get so many segfault...

2015-10-22 Thread Aroonav Mishra
Hello, Sorry for not being able to get back to you on IRC. I have been busy with another project of mine at my university for quite some time now. If a method was virtual before and is pure virtual now then one can't call that function as the method is of an abstract class now in Qt5 (and hence c