[import] use std::vector instead of QVector for the pointers to columns in…

Authored by asemke on Oct 6 2019, 5:51 PM.

Description

[import] use std::vector instead of QVector for the pointers to columns in order to avoid QVector::detach() calls when accessing the pointers via the [] operator.

Details