Skip to content

Commit

Permalink
All public now
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 12, 2021
1 parent fc2edd0 commit dff05dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions python/core/auto_generated/raster/qgsrasterinterface.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,7 @@ Fill in histogram defaults if not specified
maximum = PyFloat_AsDouble( a4 );
}

#if defined(SIP_PROTECTED_IS_PUBLIC) || (SIP_VERSION >= 0x050000 && !defined(_MSC_VER))
sipCpp->initHistogram( *a0, a1, a2, minimum, maximum, *a5, a6, a7 );
#else
sipCpp->sipProtect_initHistogram( *a0, a1, a2, minimum, maximum, *a5, a6, a7 );
#endif
%End


Expand Down
4 changes: 0 additions & 4 deletions src/core/raster/qgsrasterinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -540,11 +540,7 @@ class CORE_EXPORT QgsRasterInterface
maximum = PyFloat_AsDouble( a4 );
}

#if defined(SIP_PROTECTED_IS_PUBLIC) || (SIP_VERSION >= 0x050000 && !defined(_MSC_VER))
sipCpp->initHistogram( *a0, a1, a2, minimum, maximum, *a5, a6, a7 );
#else
sipCpp->sipProtect_initHistogram( *a0, a1, a2, minimum, maximum, *a5, a6, a7 );
#endif
% End
#endif

Expand Down

0 comments on commit dff05dd

Please sign in to comment.