Delete default constructors & assign operators with public declaration
Recommended to get more specific compiler warning about the methods actually being deleted, not just being private.
Also remove some sparse use of Q_DISABLE_COPY with QObject subclasses.