LWN.net Logo

Qt 5.0 released

Qt 5.0 released

Posted Dec 22, 2012 18:27 UTC (Sat) by rleigh (subscriber, #14622)
In reply to: Qt 5.0 released by krake
Parent article: Qt 5.0 released

While the libsigc++ and Booost style slot equivalents don't directly support introspection (they are just class members), you could layer that on top easily enough without needing an external tool to do so; though I'm not familiar enough with the internals of moc to know if that could be done compatibly or not WRT the signature extraction. You'd probably still need some preprocessor support to register and define the slot in a single statement.

Regarding the C++ dialect issues--I think we're talking at cross-purposes here; I don't think we're in disagreement, just misunderstanding.

Regards,
Roger


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds