mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
wip
This commit is contained in:
+2
-1
@@ -22,6 +22,7 @@
|
||||
#include "NeighborhoodFeature.h"
|
||||
#include "DualCloudFeature.h"
|
||||
#include "ContextBasedFeature.h"
|
||||
#include "ccMainAppInterface.h"
|
||||
|
||||
//qCC_io
|
||||
#include <FileIOFilter.h>
|
||||
@@ -606,7 +607,7 @@ static bool ReadCorePoints(const QString& command, const Tools::NamedClouds& clo
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool ReadCloud(const QString& command, Tools::NamedClouds& clouds, QDir& defaultDir, int lineNumber, FileIOFilter::LoadParameters& loadParameters)
|
||||
static bool ReadCloud(const QString& command, Tools::NamedClouds& clouds, const QDir& defaultDir, int lineNumber, FileIOFilter::LoadParameters& loadParameters)
|
||||
{
|
||||
QStringList tokens = command.split('=');
|
||||
if (tokens.size() != 2)
|
||||
|
||||
Reference in New Issue
Block a user