mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Add missing docs
This commit is contained in:
parent
7c9b00c331
commit
7c71ea6257
@ -50,7 +50,9 @@ class CORE_EXPORT QgsProcessingContext
|
|||||||
*/
|
*/
|
||||||
QgsProcessingContext() = default;
|
QgsProcessingContext() = default;
|
||||||
|
|
||||||
|
//! QgsProcessingContext cannot be copied
|
||||||
QgsProcessingContext( const QgsProcessingContext &other ) = delete;
|
QgsProcessingContext( const QgsProcessingContext &other ) = delete;
|
||||||
|
//! QgsProcessingContext cannot be copied
|
||||||
QgsProcessingContext &operator=( const QgsProcessingContext &other ) = delete;
|
QgsProcessingContext &operator=( const QgsProcessingContext &other ) = delete;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user