hi all,

i get the following error message in debug mode when signal is emitted (which is connected to a slot in another thread)

Qt Code:
  1. QObject::connect: Cannot queue arguments of type 'const QList<int>'
To copy to clipboard, switch view to plain text mode 

how can i solve the problem without reinventing a list of ints???

greetz
smalls