no need to connect twice

This commit is contained in:
Sébastien Loriot 2016-05-23 12:17:00 +02:00
parent 7ca9320dc5
commit bc02ce7fdf
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ void Polyhedron_demo_edit_polyhedron_plugin::init(QMainWindow* mainWindow, CGAL:
actionDeformation->setObjectName("actionDeformation");
autoConnectActions();
actionDeformation->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_E));
connect(actionDeformation, SIGNAL(triggered()), this, SLOT(on_actionDeformation_triggered()));
// Connect Scene::newItem so that, if dock_widget is visible, convert
// automatically polyhedron items to "edit polyhedron" items.