Skip to content

Commit

Permalink
Don't show 'QgsRasterLayer created' messages in status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 16, 2020
1 parent b1edb5e commit c4546ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -907,8 +907,6 @@ void QgsRasterLayer::setDataSource( const QString &dataSource, const QString &ba
{
setDefaultContrastEnhancement();
}

emit statusChanged( tr( "QgsRasterLayer created" ) );
}
emit dataSourceChanged();
emit dataChanged();
Expand Down

0 comments on commit c4546ae

Please sign in to comment.