Skip to content

Commit

Permalink
use correct signal
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 17, 2014
1 parent b754ee7 commit f73b3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmaplayermodel.cpp
Expand Up @@ -28,7 +28,7 @@ QgsMapLayerModel::QgsMapLayerModel( QList<QgsMapLayer *> layers, QObject *parent
, mLayersChecked( QMap<QString, Qt::CheckState>() )
, mItemCheckable( false )
{
connect( QgsMapLayerRegistry::instance(), SIGNAL( removeLayers( QStringList ) ), this, SLOT( removeLayers( QStringList ) ) );
connect( QgsMapLayerRegistry::instance(), SIGNAL( layersRemoved( QStringList ) ), this, SLOT( removeLayers( QStringList ) ) );
addLayers( layers );
}

Expand Down

0 comments on commit f73b3fe

Please sign in to comment.