mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
add macros to Doxyfile.in
This commit is contained in:
parent
9a6ddbd5c1
commit
50f87c196d
@ -2066,7 +2066,9 @@ EXPAND_AS_DEFINED = "SIP_ABSTRACT" \
|
|||||||
"SIP_TRANSFERTHIS" \
|
"SIP_TRANSFERTHIS" \
|
||||||
"SIP_VIRTUAL_CATCHER_CODE" \
|
"SIP_VIRTUAL_CATCHER_CODE" \
|
||||||
"SIP_VIRTUALERRORHANDLER" \
|
"SIP_VIRTUALERRORHANDLER" \
|
||||||
"SIP_WHEN_FEATURE"
|
"SIP_WHEN_FEATURE" \
|
||||||
|
"SIP_MONKEYPATCH_SCOPEENUM" \
|
||||||
|
"SIP_MONKEYPATCH_SCOPEENUM_UNNEST"
|
||||||
|
|
||||||
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
|
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
|
||||||
# remove all references to function-like macros that are alone on a line, have
|
# remove all references to function-like macros that are alone on a line, have
|
||||||
|
@ -90,7 +90,7 @@ bool QgsRasterBooleanLogicAlgorithmBase::prepareAlgorithm( const QVariantMap &pa
|
|||||||
rasterLayers.reserve( layers.count() );
|
rasterLayers.reserve( layers.count() );
|
||||||
for ( QgsMapLayer *l : layers )
|
for ( QgsMapLayer *l : layers )
|
||||||
{
|
{
|
||||||
if ( l->type() == QgsMapLayer::RasterLayer )
|
if ( l->type() == QgsMapLayerType::RasterLayer )
|
||||||
{
|
{
|
||||||
QgsRasterLayer *layer = qobject_cast< QgsRasterLayer * >( l );
|
QgsRasterLayer *layer = qobject_cast< QgsRasterLayer * >( l );
|
||||||
QgsRasterAnalysisUtils::RasterLogicInput input;
|
QgsRasterAnalysisUtils::RasterLogicInput input;
|
||||||
|
@ -108,7 +108,7 @@ void QgsLabelingGui::setLayer( QgsMapLayer *mapLayer )
|
|||||||
{
|
{
|
||||||
mPreviewFeature = QgsFeature();
|
mPreviewFeature = QgsFeature();
|
||||||
|
|
||||||
if ( !mapLayer || mapLayer->type() != QgsMapLayer::VectorLayer )
|
if ( !mapLayer || mapLayer->type() != QgsMapLayerType::VectorLayer )
|
||||||
{
|
{
|
||||||
setEnabled( false );
|
setEnabled( false );
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user