Skip to content

Commit 8337dc5

Browse files
committedOct 18, 2015
[vertex editor] remove unused code
1 parent a94a788 commit 8337dc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/app/nodetool/qgsnodeeditor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ QgsNodeEditor::QgsNodeEditor(
337337

338338
connect( mSelectedFeature, SIGNAL( selectionChanged() ), this, SLOT( updateTableSelection() ) );
339339
connect( mTableView->selectionModel(), SIGNAL( selectionChanged( QItemSelection, QItemSelection ) ), this, SLOT( updateNodeSelection( QItemSelection, QItemSelection ) ) );
340-
connect( mTableView, SIGNAL( cellChanged( int, int ) ), this, SLOT( tableValueChanged( int, int ) ) );
341340
}
342341

343342
void QgsNodeEditor::updateTableSelection()

0 commit comments

Comments
 (0)
Please sign in to comment.