Denis' review

This commit is contained in:
lbartoletti 2018-11-19 07:25:04 +01:00
parent f0396b990d
commit 2cfb0b539e
3 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -18,7 +18,6 @@
#include "qgsmaptooledit.h"
#include "qgis_app.h"
#include "qgspointlocator.h"
#include "qgsrubberband.h"
class APP_EXPORT QgsMapToolTrimExtendFeature : public QgsMapToolEdit

View File

@ -18,7 +18,6 @@
#include "qgis_core.h"
#include "qgis.h"
#include "qgspoint.h"
#include <QVector3D>