[Qt-interest] Unknown signal sender

Lucas.Betschart at crypto.ch Lucas.Betschart at crypto.ch
Thu Sep 1 14:38:30 CEST 2011


 Thanks, that worked.

Btw, I think the documentation example from QSignaleMapper is wrong.


     connect(signalMapper, SIGNAL(mapped(const QString &)),
             this, SIGNAL(clicked(const QString &)));


Shouldnt this be SLOT at the second line?


     connect(signalMapper, SIGNAL(mapped(const QString &)),
             this, SLOT(clicked(const QString &)));



Atleast thats the way it worked for me.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110901/89693888/attachment.html 


More information about the Qt-interest-old mailing list