Skip to content

Commit

Permalink
Merge pull request #113 from yisangriB/master
Browse files Browse the repository at this point in the history
sy - a minor fix needed for broken connection
  • Loading branch information
fmckenna authored Sep 30, 2024
2 parents 8d36fac + 6029618 commit cef997b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EVENTS/StochasticMotionInput/src/StochasticMotionInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ StochasticMotionInput::StochasticMotionInput(
// Connect model selection slot
connect(model_selection_,
SIGNAL(currentIndexChanged(int)),
this,SLOT(modelSelectionChanged()));
this,SLOT(modelSelectionChanged(int)));
/*
connect(model_selection_,
&QComboBox::currentIndexChanged, this,
Expand Down

0 comments on commit cef997b

Please sign in to comment.