Op 18-9-2012 14:21, Stephen Chu schreef: > > I like this new syntax much better since it finds signal/slot mismatches > at compile time. I used to miss the connection mismatch messages in the > sea of my REALLY chatty logs. And pulling my hairs wondering why > something doesn't work. :) We have our own simple connect wrapper method, that asserts on a failed connect. It's not as good as compile-time checking, but better than having to trace the output chatter to hunt for a connect statement. All the method does is check the return value of connect and asserting on that.
André _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest