I'm not really following signals and slots. So in my function *recvieveMessage(), and I want to connected it to MainWindow:os, can I use connection this way; connection(recieveMessage(), x, MainWindow:os, x);? Because I read that it has to be an object, and my recvieveMessage is not an object.