mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Denis' review
This commit is contained in:
parent
f0396b990d
commit
2cfb0b539e
@ -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;
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include "qgsmaptooledit.h"
|
||||
#include "qgis_app.h"
|
||||
#include "qgspointlocator.h"
|
||||
#include "qgsrubberband.h"
|
||||
|
||||
class APP_EXPORT QgsMapToolTrimExtendFeature : public QgsMapToolEdit
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include "qgis_core.h"
|
||||
#include "qgis.h"
|
||||
#include "qgspoint.h"
|
||||
|
||||
#include <QVector3D>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user