We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629cd7a commit 8499b4dCopy full SHA for 8499b4d
src/gui/layertree/qgslayertreeview.cpp
@@ -53,7 +53,7 @@ void QgsLayerTreeView::setModel( QAbstractItemModel* model )
53
return;
54
55
connect( model, SIGNAL( rowsInserted( QModelIndex, int, int ) ), this, SLOT( modelRowsInserted( QModelIndex, int, int ) ) );
56
- connect( model, SIGNAL( rowsRemoved( QModelIndex, int, int ) ), this, SLOT( modelRowsRemoved( QModelIndex, int, int ) ) );
+ connect( model, SIGNAL( rowsRemoved( QModelIndex, int, int ) ), this, SLOT( modelRowsRemoved() ) );
57
58
QTreeView::setModel( model );
59
0 commit comments