Finds polymorphic classes that are copyable. These classes are usually vulnerable to slicing [1].
To fix these warnings use Q_DISABLE_COPY or delete the copy-ctor yourself.
Finds polymorphic classes that are copyable. These classes are usually vulnerable to slicing [1].
To fix these warnings use Q_DISABLE_COPY or delete the copy-ctor yourself.