removed qt deprecation waring

This commit is contained in:
Luigi Malomo 2021-11-18 16:48:47 +01:00
parent 01a2a86df5
commit 8662b97cae

View File

@ -164,7 +164,7 @@ bool parseTXT(QString filename, CMeshO &m, int rowToSkip, int dataSeparator, int
{
// reading and tokenizing
freshLine = QString(impFile.readLine()).simplified();
tokenizedLine = freshLine.split(separator, QString::SkipEmptyParts);
tokenizedLine = freshLine.split(separator, Qt::SkipEmptyParts);
switch(dataFormat)
{