Hi,

I found why we get so many nasty segfault...

Several methods of Qt4 (which were virtual) are now (with Qt5) pure virtual, meaning that they are defined like:
        virtual void myfunction( ...args...) = 0 ;

Therefore calling them produces a segfault...

IMO, we should first comment them with, before the line
        #pragma message("PORTKF5: X lines here")
so that at compilation time we can easily find what still needs to be changed.

After that, we'll have to either remove the lines or reimplement them.

Cheers & Have fun!
Olivier

--
Olivier CHURLAUD
Engineer Student at Ecole Centrale de Lyon
in Dual Degree at TU Berlin, M.Sc. Elektrotechnik
@: oliv...@churlaud.com
tel: +49 (0)1575-2931348
in:  http://linkedin.com/in/olivierchurlaud
web: http://olivier.churlaud.com

_______________________________________________
Amarok-devel mailing list
Amarok-devel@kde.org
https://mail.kde.org/mailman/listinfo/amarok-devel

Reply via email to