Skip to content

Commit febc819

Browse files
committedDec 9, 2016
use qt4 signal/slot syntax
1 parent 2eaa0b7 commit febc819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsmaplayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ QgsMapLayer::QgsMapLayer( QgsMapLayer::LayerType type,
8787

8888
connect( this, SIGNAL( nameChanged() ), this, SIGNAL( layerNameChanged() ) );
8989

90-
connect( mStyleManager, &QgsMapLayerStyleManager::currentStyleChanged, this, &QgsMapLayer::styleChanged );
90+
connect( mStyleManager, SIGNAL( currentStyleChanged( QString ) ), this, SIGNAL( styleChanged() ) );
9191
}
9292

9393
QgsMapLayer::~QgsMapLayer()

0 commit comments

Comments
 (0)
Please sign in to comment.