Boudewijn Rempt <[EMAIL PROTECTED]> writes:
> On 30 Oct 1999, Pete Ware wrote:
>
> > Boudewijn Rempt <[EMAIL PROTECTED]> writes:
> >
> > > void setTitle ( const char *_title )
> > >
> > > self.connect(self.ilViewer, SIGNAL("setTitle (char)"), self.setTitle)
> > > (or: elf.connect(self.ilViewer, SIGNAL("setTitle( const char *_title )"),
>self.setTitle))
Incredibly enough, it's:
SIGNAL("setTitle( const char *)")
Note the space between "char" and "*"
--pete
- [PyKDE] signals and slots Boudewijn Rempt
- Re: [PyKDE] signals and slots Pete Ware
- Re: [PyKDE] signals and slots Boudewijn Rempt
- Pete Ware
