Hi,
I made a delegate for a qlistview, all works fine.
The widget that uses the delegate connects the clicked signal to a slot, works fine.
But since I added mousepress/release/move events in that delegate, the slot for the clicked signal doesn't fire anymore.

How do i fix this? Hopefully not by moving the clicked signal/slot to the delegate too, that would be inconvenient.

Thanks.