Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 26, 2017
1 parent 7c9b00c commit 7c71ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/processing/qgsprocessingcontext.h
Expand Up @@ -50,7 +50,9 @@ class CORE_EXPORT QgsProcessingContext
*/
QgsProcessingContext() = default;

//! QgsProcessingContext cannot be copied
QgsProcessingContext( const QgsProcessingContext &other ) = delete;
//! QgsProcessingContext cannot be copied
QgsProcessingContext &operator=( const QgsProcessingContext &other ) = delete;

/**
Expand Down

0 comments on commit 7c71ea6

Please sign in to comment.