Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix documentation test
  • Loading branch information
nyalldawson committed Mar 15, 2018
1 parent bd1d87e commit dc27d12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions python/core/processing/qgsprocessingcontext.sip.in
Expand Up @@ -117,6 +117,8 @@ algorithm execution.
{
%Docstring
Details for layers to load into projects.

.. versionadded:: 3.0
%End

%TypeHeaderCode
Expand Down
6 changes: 5 additions & 1 deletion src/core/processing/qgsprocessingcontext.h
Expand Up @@ -157,7 +157,11 @@ class CORE_EXPORT QgsProcessingContext
*/
QgsMapLayerStore *temporaryLayerStore() { return &tempLayerStore; }

//! Details for layers to load into projects.
/**
* Details for layers to load into projects.
* \ingroup core
* \since QGIS 3.0
*/
class LayerDetails
{
public:
Expand Down

0 comments on commit dc27d12

Please sign in to comment.