Skip to content

Commit

Permalink
[dualview] Remove unrequired connect()
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 2, 2013
1 parent 0e0271e commit d212cb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/attributetable/qgsdualview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ void QgsDualView::initLayerCache( QgsVectorLayer* layer )
connect( layer, SIGNAL( editingStopped() ), this, SLOT( editingToggled() ) );
connect( layer, SIGNAL( attributeAdded( int ) ), this, SLOT( attributeAdded( int ) ) );
connect( layer, SIGNAL( attributeDeleted( int ) ), this, SLOT( attributeDeleted( int ) ) );
connect( mLayerCache, SIGNAL( attributeValueChanged( QgsFeatureId, int, QVariant ) ), this, SLOT( onAttributeValueChanged( QgsFeatureId, int, QVariant ) ) );
}

void QgsDualView::initModels( QgsMapCanvas* mapCanvas )
Expand Down

0 comments on commit d212cb4

Please sign in to comment.