Quote Originally Posted by RolandHughes View Post
The documentation says the SerialPort class is thread safe, yet, SerialPort.h deliberately disables a copy constructor
That's what each QObject-derived class does. It's perfectly normal.

which makes it very difficult to do signalling.
I don't see how signalling is related to copying.