Hello,
I have got signal: filtering(Element send,QCString& msg) and slot: filtering(Element& send,QCString& msg) (notice there is & after Element), and I want to modify send variable. But when I connect this signal to slot, this slot is never run. When I remove "&" slot runs. How to solve this problem?