mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
removed qt deprecation waring
This commit is contained in:
parent
01a2a86df5
commit
8662b97cae
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user