top | item 4096468

(no title)

pkmays | 13 years ago

Yes, Qt still uses moc. I leave it up to you to decide if that's a good thing or a bad thing.

discuss

order

ajasmin|13 years ago

I certainly don't think it's a bad thing. Seems like without a MOC the programmer would have to write more code or file all that meta data in a separate file. So it's all good.

I was just curious since I haven't touched Qt in years and this post implies it is moving toward more standard C++.