On 9/18/12 8:30 AM, Josiah Bryan wrote:
> I agree! I can't tell you how many times I've checked and rechecked my
> code, only to find out it was a sig/slot mismatch all along. Crikey! :-)

The only problem I have with the new syntax is it doesn't handle the 
case when the slot require more arguments than the signal but the extra 
arguments in the slot are all default arguments.

For example, I can't connect my signal showMessage(QString) to 
QStatusBar::showMessage(QString, int=0) this way. I'll get a static 
assert "The slot requires more arguments than the signal provides."
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to