Remove empty destructors & port to std::vector
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