[Kde-perl] Signal and reference

Richard Dale Richard_Dale at tipitina.demon.co.uk
Tue Aug 17 03:28:51 CEST 2004


On Tuesday 03 August 2004 07:35, Cervera.External at infineon.com wrote:
> Hi,
>
> I want to send a reference on a Qt::LineEdit with a signal that I
> created.
> My declaration is:
>
> signalReturnRef => ['const QLineEdit&']
>
> But the compilator says:
>
> Invalid type for signal argument (const QLineEdit&)
>
> How can I transmit a such reference?
Does a 'signalReturnRef => ['QLineEdit*']' work? Otherwise, could you post 
code that reproduces the problem?

-- Richard


More information about the Kde-perl mailing list