mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
665d61f156
commit
cee488bf4b
@ -65,8 +65,8 @@ after selecting a point, performs the identification:
|
||||
|
||||
struct IdentifyProperties
|
||||
{
|
||||
double searchRadiusMapUnits;
|
||||
bool skip3DLayers;
|
||||
double searchRadiusMapUnits;
|
||||
bool skip3DLayers;
|
||||
};
|
||||
|
||||
QgsMapToolIdentify( QgsMapCanvas *canvas );
|
||||
|
||||
@ -65,8 +65,8 @@ after selecting a point, performs the identification:
|
||||
|
||||
struct IdentifyProperties
|
||||
{
|
||||
double searchRadiusMapUnits;
|
||||
bool skip3DLayers;
|
||||
double searchRadiusMapUnits;
|
||||
bool skip3DLayers;
|
||||
};
|
||||
|
||||
QgsMapToolIdentify( QgsMapCanvas *canvas );
|
||||
|
||||
@ -101,10 +101,10 @@ class GUI_EXPORT QgsMapToolIdentify : public QgsMapTool
|
||||
|
||||
struct IdentifyProperties
|
||||
{
|
||||
//! Identify search radius is map units. Use negative value to ignore
|
||||
double searchRadiusMapUnits = -1;
|
||||
//! Skip identify results from layers that have a 3d renderer set
|
||||
bool skip3DLayers = false;
|
||||
//! Identify search radius is map units. Use negative value to ignore
|
||||
double searchRadiusMapUnits = -1;
|
||||
//! Skip identify results from layers that have a 3d renderer set
|
||||
bool skip3DLayers = false;
|
||||
};
|
||||
|
||||
//! constructor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user