Re: Signal and reference
Richard Dale <[email protected]>
| Newsgroups | gmane.comp.kde.devel.perl |
|---|---|
| Organization | Lost HIghway |
| Message-ID | <[email protected]> |
On Tuesday 03 August 2004 07:35, [email protected] 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