Unexplainable one signal emission produces multiple slot invocation
Hi all,
I have a confusing problem that I don't know what the cause of it.
I have one signal connected to one slot with Qt:: DirectConnection connection type.
The problem is each time the signal is emitted, the slot is invoked multiple times.
Anybody know what mistakes I could possibly made ?
Re: Unexplainable one signal emission produces multiple slot invocation
How many times do you create the connection?
Re: Unexplainable one signal emission produces multiple slot invocation
... or is this a case of auto connect
Re: Unexplainable one signal emission produces multiple slot invocation
Quote:
Originally Posted by
jacek
How many times do you create the connection?
ok my mistake :)