[ascii] removed the usage of the very expensive QRegExp in the for loops when…

Authored by asemke on Mar 21 2019, 9:07 PM.

Description

[ascii] removed the usage of the very expensive QRegExp in the for loops when reading data in AsciiFilter 1. additional removal of new lines doesn't seem to be required 2. removal of quotes can be done with QString::remove(QChar) much faster than with QRegExp. We remove double quotes at the moment only.

Details

Committed
asemkeMar 21 2019, 9:07 PM
Parents
R262:daeba6c999c1: [boxplot] added the first version of boxplotdock.ui.
Branches
Unknown
Tags
Unknown