Hacker News new | ask | show | jobs
by pkmays 5114 days ago
Yes, Qt still uses moc. I leave it up to you to decide if that's a good thing or a bad thing.
1 comments

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++.