KMultiTabBar header problem

Richard Dale Richard_Dale at tipitina.demon.co.uk
Fri Jun 25 13:03:41 BST 2004


I've fixed the parsing of these arg types now, so please ignore the patch.

On Friday 25 June 2004 00:32, Richard Dale wrote:
> A couple of methods have been declared in kmultitabbar.h like this:
>
> 	virtual void hideEvent( class QHideEvent*);
> 	virtual void showEvent( class QShowEvent*);
>
> Even though qevent.h is included via other includes and no forward
> declarations are needed. This compiles fine:
>
> 	virtual void hideEvent( QHideEvent*);
> 	virtual void showEvent( QShowEvent*);
>
> Maybe this isn't normally a problem, but it caused me trouble with
> generating language bindiings code generation for the KMultiTabBarTab and
> KMultiTabBarButton. Could the 'class' keywords be removed as per the
> attached patch?
>
> -- Richard




More information about the kde-core-devel mailing list