Re-connect the add point set action

This commit is contained in:
Maxime Gimeno 2016-05-18 14:41:48 +02:00
parent e3448e90dc
commit cae4f847da
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public:
this->mw = mainWindow;
//creates and link the actions
actionAdd_point_set= new QAction("Add Point Sets", mw);
autoConnectActions();
connect(actionAdd_point_set, SIGNAL(triggered()), this, SLOT(on_actionAdd_point_set_triggered()));
QMenu* menuFile = mw->findChild<QMenu*>("menuFile");
if ( NULL != menuFile )