Skip to content

Commit 188e934

Browse files
committed
Update ModuleWidget.cc
1 parent 3fc4716 commit 188e934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/Application/ModuleWidget.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ ModuleWidget::ModuleWidget(NetworkEditor* ed, const QString& name, ModuleHandle
387387

388388
connect(actionsMenu_->getAction("Destroy"), SIGNAL(triggered()), this, SIGNAL(deleteMeLater()));
389389

390-
connectExecuteEnds(boost::bind(&ModuleWidget::executeEnds, this));
390+
connectExecuteEnds([this] { executeEnds(); });
391391
connect(this, SIGNAL(executeEnds()), this, SLOT(changeExecuteButtonToPlay()));
392392
connect(this, SIGNAL(signalExecuteButtonIconChangeToStop()), this, SLOT(changeExecuteButtonToStop()));
393393

0 commit comments

Comments
 (0)