On Thursday 11 September 2014 22:03:03 Samuel Gaist wrote: > I thought I've read somewhere that moc got better at this job :-) > > It seems that the new moc doesn't use much of the Qt 5 only classes, would > it be useful to backport it to Qt 4 to avoid having to "break" the code > style for modules supporting both series ?
Definitely not. Too intrusive a change. We did find breakage long after the change went in so we know for a fact that there's Qt 4 code that will start to silently fail. No, fix qtserialport and anywhere else that a signal or a slot got #ifndef'ed out. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
