Re: [PyKDE] Now tackle dtor strangeness

2003-01-28 Thread Hans-Peter Jansen
On Sunday 26 January 2003 01:16, Phil Thompson wrote: > > Funny side note: it was enough to fix one of both sub classes this way to > > prevent attribute errors here. This is pretty undeterministic, and that's > > exactly the reason, why I don't like this behaviour... > > > > Phil, one would expec

Re: [PyKDE] Now tackle dtor strangeness

2003-01-25 Thread Phil Thompson
On Saturday 25 January 2003 11:07 pm, Hans-Peter Jansen wrote: > On Saturday 25 January 2003 17:02, Phil Thompson wrote: > > Thanks for putting the effort into this - it was very helpful. The bug is > > that qspinbox.sip should say... > > > > bool eventFilter(QObject *,QEvent *); > > > > ...instead

[PyKDE] Now tackle dtor strangeness

2003-01-25 Thread Hans-Peter Jansen
On Saturday 25 January 2003 17:02, Phil Thompson wrote: > > Thanks for putting the effort into this - it was very helpful. The bug is > that qspinbox.sip should say... > > bool eventFilter(QObject *,QEvent *); > > ...instead of... > > void eventFilter(QObject *,QEvent *); > > It will be fixed in to