[Kde-java] QAccel problem

Emond Papegaaij kde-java@kde.org
Wed, 13 Feb 2002 02:20:01 +0100


On Monday 11 February 2002 12:15, Richard Dale wrote:
> On Saturday 09 February 2002 2:39 pm, Emond Papegaaij wrote:
> > I noticed one more thing: Why does QWMatrix.invert() take an array of int
> > as argument? The QT version takes a bool.
>
> That was a bug in the code generation, a 'bool *' argument type is now
> converted correctly to a 'boolean[]'. I've fixed the QWMatrix class in the
> cvs.

Why not use Boolean? You can pass a Boolean object by reference.

Emond Papegaaij