On Sun, Nov 07, 2004 at 09:30:21PM +0000, John Levon wrote: > On Sun, Nov 07, 2004 at 09:32:50PM +0100, Andre Poenitz wrote: > > > + connect(convertersModule->converterToCO, SIGNAL(activated(const > > QString&)), this, SLOT(converter_changed())); > > > > LyXStyle would be 'QString const &'. > > > > I know that early MOC had a problem with that, but as 3.3.3's moc > > definitely understands 'LyX style' I'd assume that 3.0.4's does as well. > > Are you 100% positive of this?
Not at all. With "assume" I meant something like "I don't know, but given certain circumstances, i.e. same major number in the Qt releases I would guess it could work." It's easily checked by anyone with a 3.0.4 installation anyway. Of cource, even 4.0.0tp2's MOC does not understand correct C++, so there is really no guarantee. Andre'