Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 12, 2020
1 parent 1ae7344 commit 555d1ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgslayertreeviewtemporalindicator.cpp
Expand Up @@ -93,6 +93,7 @@ QString QgsLayerTreeViewTemporalIndicatorProvider::tooltipText( QgsMapLayer *lay
case QgsMapLayerTemporalProperties::TemporalSource::Layer:
return tr( "<b>Temporal layer </b>" );
}
return QString();
}

void QgsLayerTreeViewTemporalIndicatorProvider::onLayerChanged( QgsMapLayer *layer )
Expand Down

0 comments on commit 555d1ef

Please sign in to comment.