Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/gui/qgsmaptoolcapture.h
|
@@ -143,7 +143,7 @@ class GUI_EXPORT QgsMapToolCapture : public QgsMapToolAdvancedDigitizing |
|
|
{ |
|
|
StraightSegments, //!< Default capture mode - capture occurs with straight line segments |
|
|
CircularString, //!< Capture in circular strings |
|
|
Streaming, //!< Streaming points digitizing mode (points are automatically added as the mouse cursor moves) |
|
|
Streaming, //!< Streaming points digitizing mode (points are automatically added as the mouse cursor moves). Since QGIS 3.20. |
|
|
}; |
|
|
|
|
|
//! Specific capabilities of the tool |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.