mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-04 00:06:46 -05:00
change version to 3.26
This commit is contained in:
parent
838bb86562
commit
66b45c2d69
@ -542,7 +542,7 @@ Convenient method to get the M value from the line edit wiget
|
||||
%Docstring
|
||||
Returns the capacities
|
||||
|
||||
.. versionadded:: 3.24
|
||||
.. versionadded:: 3.26
|
||||
%End
|
||||
signals:
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ class APP_EXPORT QgsMapToolAddFeature : public QgsMapToolDigitizeFeature
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! \since QGIS 3.24
|
||||
//! \since QGIS 3.26
|
||||
QgsMapToolAddFeature( QgsMapCanvas *canvas, QgsAdvancedDigitizingDockWidget *cadDockWidget, CaptureMode mode );
|
||||
|
||||
/**
|
||||
|
||||
@ -515,7 +515,7 @@ class GUI_EXPORT QgsAdvancedDigitizingDockWidget : public QgsDockWidget, private
|
||||
|
||||
/**
|
||||
* Returns the capacities
|
||||
* \since QGIS 3.24
|
||||
* \since QGIS 3.26
|
||||
*/
|
||||
CadCapacities capacities() const { return mCapacities; };
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user