[Kde-java] selected( QAction) slot for QActionGroup

Richard Dale Richard_Dale at tipitina.demon.co.uk
Thu Oct 7 13:22:38 CEST 2004


On Thursday 07 October 2004 12:15, Richard Dale wrote:
> >  {"(QListViewItem, int,String)",  "(QListViewItem*, int, const
> > QString&)"}, {"(String,boolean)",               "(const char*, bool)"},
> >
> > In the first of these there is one of the left and one on the right, in
> > the second only one on the right.
>
> No, they're fine. The is a Qt internal method called
> 'QObject::normalizeSignalSlot()', which removes all but the mininum of
> spaces, and these C++ type signatures have to correspond to the format that
> it produces. If you remove the space from 'const char*' for instance you
> end up with an invalid C++ type.

Oops, I've posted before I've actually read what you said. Yes you're right
that they are wrong, and a bug.

-- Richard


More information about the Kde-java mailing list