Skip to content

Commit

Permalink
Try to compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Apr 8, 2021
1 parent 7f397e5 commit 8b46090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/core/pointcloud/qgspointcloudlayerrenderer.cpp
Expand Up @@ -272,6 +272,7 @@ int QgsPointCloudLayerRenderer::renderNodesAsync( const QVector<IndexedPointClou
} );
QObject::connect( blockHandle, &QgsPointCloudBlockHandle::blockLoadingFailed, [ &, i ]( const QString & errorStr )
{
Q_UNUSED( errorStr );
QgsDebugMsg( QStringLiteral( "Unable to load node %1, error: %2" ).arg( n.toString(), errorStr ) );
finishedLoadingBlock[ i ] = true;
checkIfFinished();
Expand Down
2 changes: 0 additions & 2 deletions src/core/pointcloud/qgsremoteeptpointcloudindex.h
Expand Up @@ -68,8 +68,6 @@ class CORE_EXPORT QgsRemoteEptPointCloudIndex: public QgsEptPointCloudIndex

QUrl mUrl;

int mPointCount = 0;

QgsTileDownloadManager *mTileDownloadManager = nullptr;
};

Expand Down

0 comments on commit 8b46090

Please sign in to comment.