Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trying to work around SIP file parsing error (dir starting with number)
  • Loading branch information
wonder-sk committed Sep 24, 2017
1 parent c92d7dc commit d91ebe2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions python/core/3d/qgs3drendererregistry.sip
@@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/3d/qgs3drendererregistry.h *
* src/core/./3d/qgs3drendererregistry.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
Expand Down Expand Up @@ -90,7 +90,7 @@ class Qgs3DRendererRegistry
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/3d/qgs3drendererregistry.h *
* src/core/./3d/qgs3drendererregistry.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
4 changes: 2 additions & 2 deletions python/core/3d/qgsabstract3drenderer.sip
@@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/3d/qgsabstract3drenderer.h *
* src/core/./3d/qgsabstract3drenderer.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
Expand Down Expand Up @@ -62,7 +62,7 @@ Resolves references to other objects - second phase of loading - after readXml()
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/3d/qgsabstract3drenderer.h *
* src/core/./3d/qgsabstract3drenderer.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
4 changes: 2 additions & 2 deletions python/core/core_auto.sip
Expand Up @@ -279,8 +279,8 @@
%Include geometry/qgssurface.sip
%Include geometry/qgswkbptr.sip
%Include geometry/qgswkbtypes.sip
%Include 3d/qgs3drendererregistry.sip
%Include 3d/qgsabstract3drenderer.sip
%Include ./3d/qgs3drendererregistry.sip
%Include ./3d/qgsabstract3drenderer.sip
%Include fieldformatter/qgsdatetimefieldformatter.sip
%Include fieldformatter/qgsfallbackfieldformatter.sip
%Include fieldformatter/qgskeyvaluefieldformatter.sip
Expand Down

0 comments on commit d91ebe2

Please sign in to comment.