Hello!
Suppose I want to emit a signal that sends not some data, but the reference of that data (less memory consumption). Would that be safe if the variable referenced to is local to the method and the connection is not a Qt:irectConnection? Or even in this situation that wouldn't be safe, so one should always use non-reference parameter in his signals?
Thanks,
Momergil
Bookmarks