Skip to content

Don't inherit from containers

Ahmad Samir requested to merge work/ahmad/container-inherit into master

Containers (both Qt and STL) don't have virtual destructors, which could be an issue when trying to delete an object of a derived class via a pointer to the base class.

Merge request reports