Skip to content

Commit f2de7c2

Browse files
committedJun 13, 2014
don't show layername all the time
1 parent 925b91f commit f2de7c2

File tree

3 files changed

+1
-332
lines changed

3 files changed

+1
-332
lines changed
 

‎src/app/qgspastetransformations.cpp

Lines changed: 0 additions & 251 deletions
This file was deleted.

‎src/app/qgspastetransformations.h

Lines changed: 0 additions & 80 deletions
This file was deleted.

‎src/core/qgsmaplayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void QgsMapLayer::setLayerName( const QString & name )
109109
/** Read property of QString layerName. */
110110
QString const & QgsMapLayer::name() const
111111
{
112-
QgsDebugMsgLevel( "returning name '" + mLayerName + "'", 3 );
112+
QgsDebugMsgLevel( "returning name '" + mLayerName + "'", 4 );
113113
return mLayerName;
114114
}
115115

0 commit comments

Comments
 (0)
Please sign in to comment.