Skip to content

Commit

Permalink
Reenable node removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 4, 2015
1 parent c99d497 commit c5d7955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API
Submodule API updated from fe90d0 to 4c77d9
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ DeviceExplorerWidget::buildGUI()
this->addAction(m_refreshAction);
this->addAction(m_refreshValueAction);

//this->addAction(m_removeNodeAction);
this->addAction(m_removeNodeAction);

this->addAction(m_copyAction);
this->addAction(m_cutAction);
Expand Down Expand Up @@ -275,7 +275,7 @@ DeviceExplorerWidget::contextMenuEvent(QContextMenuEvent* event)
contextMenu->addAction(m_promoteAction);
contextMenu->addAction(m_demoteAction);
contextMenu->addSeparator();
//contextMenu->addAction(m_removeNodeAction);
contextMenu->addAction(m_removeNodeAction);

contextMenu->exec(event->globalPos());
}
Expand Down

0 comments on commit c5d7955

Please sign in to comment.