Add missing docs

This commit is contained in:
Nyall Dawson 2017-04-26 15:29:30 +10:00
parent 7c9b00c331
commit 7c71ea6257

View File

@ -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;
/**