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
(cherry picked from commit c4546ae)
  • Loading branch information
nyalldawson committed Jun 19, 2020
1 parent cfca49f commit d275126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -886,7 +886,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 d275126

Please sign in to comment.