[1.0] [Points] Add e57 to import file extensions
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
7d6bcbc03a
commit
e6b82ca9e1
@@ -81,7 +81,7 @@ void CmdPointsImport::activated(int iMsg)
|
||||
Gui::getMainWindow(),
|
||||
QString(),
|
||||
QString(),
|
||||
QString::fromLatin1("%1 (*.asc *.pcd *.ply);;%2 (*.*)")
|
||||
QStringLiteral("%1 (*.asc *.pcd *.ply *.e57);;%2 (*.*)")
|
||||
.arg(QObject::tr("Point formats"), QObject::tr("All Files")));
|
||||
if (fn.isEmpty()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user