Skip to content

Commit

Permalink
fix disconnect (followup aceddae)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 8, 2016
1 parent 1dd8cc1 commit 935cbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayercache.cpp
Expand Up @@ -65,7 +65,7 @@ void QgsVectorLayerCache::setCacheGeometry( bool cacheGeometry )
}
else
{
disconnect( mLayer, SIGNAL( geometryChanged( QgsFeatureId, const QgsGeometry& ) ), this, SLOT( geometryChanged( QgsFeatureId, connect QgsGeometry& ) ) );
disconnect( mLayer, SIGNAL( geometryChanged( QgsFeatureId, const QgsGeometry& ) ), this, SLOT( geometryChanged( QgsFeatureId, const QgsGeometry& ) ) );
}
}

Expand Down

0 comments on commit 935cbf8

Please sign in to comment.