Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix API header references (#42795)
* fix API header reference

* fix SIP
  • Loading branch information
vcloarec committed Apr 15, 2021
1 parent 4f79ba8 commit 63ec727
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Expand Up @@ -12,6 +12,7 @@




class QgsProcessingContext
{
%Docstring(signature="appended")
Expand Down
1 change: 1 addition & 0 deletions src/core/expression/qgsexpressioncontextutils.cpp
Expand Up @@ -31,6 +31,7 @@
#include "qgslayoutmultiframe.h"
#include "qgsfeatureid.h"
#include "qgslayoutitemmap.h"
#include "qgsmaplayerlistutils.h"

QgsExpressionContextScope *QgsExpressionContextUtils::globalScope()
{
Expand Down
1 change: 1 addition & 0 deletions src/core/processing/qgsprocessingcontext.cpp
Expand Up @@ -18,6 +18,7 @@
#include "qgsprocessingcontext.h"
#include "qgsprocessingutils.h"
#include "qgsproviderregistry.h"
#include "qgsmaplayerlistutils.h"
#include "qgssettings.h"

QgsProcessingContext::QgsProcessingContext()
Expand Down
3 changes: 2 additions & 1 deletion src/core/processing/qgsprocessingcontext.h
Expand Up @@ -23,12 +23,13 @@
#include "qgsproject.h"
#include "qgsexpressioncontext.h"
#include "qgsfeaturerequest.h"
#include "qgsmaplayerlistutils.h"
#include "qgsexception.h"
#include "qgsprocessingfeedback.h"
#include "qgsprocessingutils.h"


#include <QThread>
#include <QPointer>

class QgsProcessingLayerPostProcessorInterface;

Expand Down
1 change: 1 addition & 0 deletions src/gui/CMakeLists.txt
Expand Up @@ -1325,6 +1325,7 @@ set(QGIS_GUI_UI_HDRS
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsmeshdatasetgrouptreewidgetbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsmeshstaticdatasetwidgetbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgstemporalcontrollerwidgetbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsprocessingtinmeshdatawidgetbase.h
)

if(ENABLE_MODELTEST)
Expand Down

0 comments on commit 63ec727

Please sign in to comment.