Quote Originally Posted by wysota View Post
SIGNAL and SLOT macros are a little hack Use this instead:
Qt Code:
  1. QObject::connect(si, (QString("2")+signalSignature).toAscii().data(),
  2. sl, (QString("1")+slotSignature).toAscii().data());
To copy to clipboard, switch view to plain text mode 
Thanks, that worked perfectly