Help a mate: an extremely strange bug on GCC/ld ?

Louai Al-Khanji louai.khanji at gmail.com
Fri Dec 5 01:07:49 GMT 2008


On Fri, Dec 5, 2008 at 3:01 AM, Rafael Fernández López
<ereslibre at kde.org> wrote:
> Hi,
>
> I am working on a complete rewrite of KCategorizedView. I am making internals
> far more understandable from the older. I am also removing _all_ hacks that I
> had, and that was making it less optimum as it could be.
>
> On my work, I have hit a really annoying bug somewhere on the chain (gcc,
> ld... whatever).
>
> I wonder if you have hit it before:
>
> I have:
>
> class KCategorizedView
>        : public QListView
> {
> ...
> protected:
>        ...
>        virtual void rowsAboutToBeRemoved(const QModelIndex&, int, int);
>        ...
> ...
> };

Did you mark it as a slot?




More information about the kde-core-devel mailing list