Skip to content

Commit

Permalink
fix cpp check
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 f0d939b commit fd11f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.h
Expand Up @@ -2114,8 +2114,8 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow

//! Open a point cloud layer - this is the generic function which takes all parameters
QgsPointCloudLayer *addPointCloudLayerPrivate( const QString &uri,
const QString &dataSourceType,
const QString &baseName,
const QString &dataSourceType,
const QString &providerKey,
bool guiWarning = true );

Expand Down

0 comments on commit fd11f33

Please sign in to comment.