How do I safely call methods from another object?
-
@jsulm possible, we simply don't know enough of the actual code to say for sure.
However, am I wrong here, or is "xxxx not decleared in the scope error " not usually a sign of missing includes ?
I tried to use connect on a null pointer recently.
It compiled, it run, it did not crash, I only got a warning " cannot connect to nullptr".More infos needed!