Navigation Menu

Skip to content

Commit

Permalink
Denis' review
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Nov 19, 2018
1 parent f0396b9 commit 2cfb0b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsmaptooltrimextendfeature.cpp
Expand Up @@ -42,7 +42,7 @@ class FeatureFilter : public QgsPointLocator::MatchFilter
return match.hasEdge();
}
// We only want to modify the current layer. When geometries are overlapped, this makes it possible to snap onto the current layer.
void setLayer( QgsVectorLayer *vlayer ) { mLayer = vlayer; }
void setLayer( QgsVectorLayer *layer ) { mLayer = layer; }

private:
const QgsVectorLayer *mLayer = nullptr;
Expand Down
1 change: 0 additions & 1 deletion src/app/qgsmaptooltrimextendfeature.h
Expand Up @@ -18,7 +18,6 @@

#include "qgsmaptooledit.h"
#include "qgis_app.h"
#include "qgspointlocator.h"
#include "qgsrubberband.h"

class APP_EXPORT QgsMapToolTrimExtendFeature : public QgsMapToolEdit
Expand Down
1 change: 0 additions & 1 deletion src/core/qgsvector3d.h
Expand Up @@ -18,7 +18,6 @@

#include "qgis_core.h"
#include "qgis.h"
#include "qgspoint.h"

#include <QVector3D>

Expand Down

0 comments on commit 2cfb0b5

Please sign in to comment.