Skip to content

Remove empty destructors & port to std::vector

Waqar Ahmed requested to merge work/to-std into master

Most of this change removes empty destructors from the code base. The rest is using std::vector instead of QVector<> where container is internal to the class.

Signed-off-by: Waqar Ahmed waqar.17a@gmail.com

Merge request reports