Skip to content

Commit d212cb4

Browse files
committedSep 2, 2013
[dualview] Remove unrequired connect()
1 parent 0e0271e commit d212cb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/gui/attributetable/qgsdualview.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ void QgsDualView::initLayerCache( QgsVectorLayer* layer )
229229
connect( layer, SIGNAL( editingStopped() ), this, SLOT( editingToggled() ) );
230230
connect( layer, SIGNAL( attributeAdded( int ) ), this, SLOT( attributeAdded( int ) ) );
231231
connect( layer, SIGNAL( attributeDeleted( int ) ), this, SLOT( attributeDeleted( int ) ) );
232-
connect( mLayerCache, SIGNAL( attributeValueChanged( QgsFeatureId, int, QVariant ) ), this, SLOT( onAttributeValueChanged( QgsFeatureId, int, QVariant ) ) );
233232
}
234233

235234
void QgsDualView::initModels( QgsMapCanvas* mapCanvas )

0 commit comments

Comments
 (0)
Please sign in to comment.