hi,

i have connected a signal with the parameters (quint8, QString&, quint32) to an accordant slot and when the signal was fired i got the following message in debug mode:

Qt Code:
  1. QObject::connect: Cannot queue arguments of type 'quint32'
To copy to clipboard, switch view to plain text mode 

does it mean that i cannot put quint's into signal signature???
what datatypes are allowed in signals?

thanks in advance

smalls