Skip to content

Commit

Permalink
don't show layername all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 13, 2014
1 parent 925b91f commit f2de7c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 332 deletions.
251 changes: 0 additions & 251 deletions src/app/qgspastetransformations.cpp

This file was deleted.

80 changes: 0 additions & 80 deletions src/app/qgspastetransformations.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/core/qgsmaplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void QgsMapLayer::setLayerName( const QString & name )
/** Read property of QString layerName. */
QString const & QgsMapLayer::name() const
{
QgsDebugMsgLevel( "returning name '" + mLayerName + "'", 3 );
QgsDebugMsgLevel( "returning name '" + mLayerName + "'", 4 );
return mLayerName;
}

Expand Down

0 comments on commit f2de7c2

Please sign in to comment.