> Sent: Wednesday, February 22, 2017 at 2:33 PM
> From: "Alexander Dyagilev" <[email protected]>
> To: "[email protected]" <[email protected]>
> Subject: [Interest] QObject::connect returns true, but the connection does 
> not work
>
> Why?
> 
> emit is called; slot is NOT called.
> 
> I use QSharedPointer<MyDataType> in slot/signal.
> 
> MyDataType is a struct declared as metatype.


Generally when this happens, it means you didn't connect the signal to the slot 
from the instance you though to the receiver that you thought.
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to