This commit is contained in:
Paul Leroy
2022-10-27 09:19:52 +02:00
parent 13c391070e
commit bcb3cee2c4
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ public:
void setCloudRoles(const QList<QString>& roles, QString corePointsLabel);
//! Returns the selected point clouds
void getClouds(QMap<QString, ccPointCloud*>& clouds, QString& mainCloud) const;
void getClouds(QMap<QString, ccPointCloud*>& clouds) const;
protected slots: