Skip to content

Commit

Permalink
[vertex editor] remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Oct 18, 2015
1 parent a94a788 commit 8337dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/nodetool/qgsnodeeditor.cpp
Expand Up @@ -337,7 +337,6 @@ QgsNodeEditor::QgsNodeEditor(

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

void QgsNodeEditor::updateTableSelection()
Expand Down

0 comments on commit 8337dc5

Please sign in to comment.