Q_DISABLE_COPY in singleton classes

Authored by thomasfischer on Nov 21 2019, 8:47 PM.

Description

Q_DISABLE_COPY in singleton classes

In singleton classes, make use of Qt's macro Q_DISABLE_COPY to remove
copy constructor and assignment operator instead of manually declaring
those functions with ' = delete'.

Details

Committed
thomasfischerNov 23 2019, 11:18 PM
Parents
R462:43eeb3abd401: Recognize bullets/dots as separators between names
Branches
Unknown
Tags
Unknown