Skip to content

Commit

Permalink
Fix sip bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Oct 23, 2024
1 parent e71b3c3 commit ea6be97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/3d/auto_generated/symbols/qgspoint3dsymbol.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ Returns transform for individual objects represented by the symbol
Sets transform for individual objects represented by the symbol
%End

QMatrix4x4 billboardTransform() const;
float billboardHeight() const;
%Docstring
Returns transform for billboards
Returns how nuch the billboard should be elevated upwards
%End

private:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ Returns transform for individual objects represented by the symbol
Sets transform for individual objects represented by the symbol
%End

QMatrix4x4 billboardTransform() const;
float billboardHeight() const;
%Docstring
Returns transform for billboards
Returns how nuch the billboard should be elevated upwards
%End

private:
Expand Down

0 comments on commit ea6be97

Please sign in to comment.