Removed couple of destructor and detach() calls in QVector which can become…

Authored by asemke on Feb 15 2020, 7:16 PM.

Description

Removed couple of destructor and detach() calls in QVector which can become very numerous when importing data with many columns.

Details