Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[tracing curves] docstrings
  • Loading branch information
olivierdalang committed May 13, 2020
1 parent 16c9a58 commit 3e52696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/gui/qgsmaptoolcapture.h
Expand Up @@ -52,10 +52,11 @@ class GUI_EXPORT QgsMapToolCapture : public QgsMapToolAdvancedDigitizing
CapturePolygon //!< Capture polygons
};

//! Specific capbilities of the tool
enum Capability
{
NoCapabilities = 0, //!< Tool has no capabilities
SupportsCurves = 1, //!< Supports curved geometries input;
NoCapabilities = 0, //!< No specific capabilities
SupportsCurves = 1, //!< Supports curved geometries input
};

Q_DECLARE_FLAGS( Capabilities, Capability )
Expand Down

0 comments on commit 3e52696

Please sign in to comment.