Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Nov 24, 2024
1 parent 7e1c8db commit 59f7e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/filterwidgets.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class FilterWidget: public QWidget
}
void setWidgetValues()
{
for (const auto & fopt : fopts) {
for (const auto& fopt : fopts) {
fopt->setWidgetValue();
}
}
Expand Down

0 comments on commit 59f7e25

Please sign in to comment.