Skip to content

Commit

Permalink
Fix more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 5, 2020
1 parent 6f90139 commit 649cd47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/processing/qgsalgorithmfilterbygeometry.cpp
Expand Up @@ -304,6 +304,7 @@ QVariantMap QgsFilterByLayerTypeAlgorithm::processAlgorithm( const QVariantMap &
case QgsMapLayerType::PluginLayer:
case QgsMapLayerType::MeshLayer:
case QgsMapLayerType::VectorTileLayer:
case QgsMapLayerType::AnnotationLayer:
break;
}

Expand Down
1 change: 1 addition & 0 deletions src/app/qgslayertreeviewtemporalindicator.cpp
Expand Up @@ -62,6 +62,7 @@ void QgsLayerTreeViewTemporalIndicatorProvider::onIndicatorClicked( const QModel
break;
case QgsMapLayerType::PluginLayer:
case QgsMapLayerType::VectorTileLayer:
case QgsMapLayerType::AnnotationLayer:
break;
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/server/services/wms/qgswmsrestorer.cpp
Expand Up @@ -75,6 +75,7 @@ QgsLayerRestorer::QgsLayerRestorer( const QList<QgsMapLayer *> &layers )
case QgsMapLayerType::MeshLayer:
case QgsMapLayerType::VectorTileLayer:
case QgsMapLayerType::PluginLayer:
case QgsMapLayerType::AnnotationLayer:
break;
}

Expand Down Expand Up @@ -131,6 +132,7 @@ QgsLayerRestorer::~QgsLayerRestorer()
case QgsMapLayerType::MeshLayer:
case QgsMapLayerType::VectorTileLayer:
case QgsMapLayerType::PluginLayer:
case QgsMapLayerType::AnnotationLayer:
break;
}
}
Expand Down

0 comments on commit 649cd47

Please sign in to comment.